a c3 b1adir hojas css externas a wordpress

Solutions on MaxInterview for a c3 b1adir hojas css externas a wordpress by the best coders in the world

showing results for - "a c3 b1adir hojas css externas a wordpress"
Connie
06 Jan 2021
1add_action( 'wp_enqueue_scripts', 'agregar_hoja_estilos' );
2function agregar_hoja_estilos'() {
3    wp_enqueue_style( 'prefix-style', plugins_url('estilos.css', __FILE__) );
4}