Snippets repository for WordPress developpers

Browse
// functions.php
function dequeue_jquery_migrate( &$scripts ){
  if( !is_admin() ) {
    $scripts->remove( 'jquery');
    $scripts->add( 'jquery', false, array( 'jquery-core' ), '1.10.2' );
  }
}
add_filter( 'wp_default_scripts', 'dequeue_jquery_migrate' );

Read : Reasons to dequeue this script


Warning: Trying to access array offset on null in /home/clients/7f7a8d8eb6e40c50d3548b06c548734d/web/wp-includes/class-wp-query.php on line 3766

Categories

Tags