ocastaneda82
8/14/2017 - 3:40 PM

Quitar poner jquery wordpress

Quitar poner jquery wordpress

wp_deregister_script( 'jquery' );
    wp_register_script('jquery', '//code.jquery.com/jquery-2.2.4.min.js', array(), '2.2.4', true); // true will place script in the footer
    wp_enqueue_script( 'jquery' );