Cargar CSS Y JS Al Frotend
Cargar CSS Y JS Al Frotend
function load_swiper_scripts() {
wp_enqueue_script( 'swiper-script',
'https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js', array(), '1.0.0',
true );
}
add_action( 'wp_enqueue_scripts', 'load_swiper_scripts' );