📅  最后修改于: 2022-03-11 14:47:33.055000             🧑  作者: Mango
add_action( 'wp_enqueue_scripts', 'agregar_hoja_estilos' );
function agregar_hoja_estilos'() {
wp_enqueue_style( 'prefix-style', plugins_url('estilos.css', __FILE__) );
}