Skip to content

Instantly share code, notes, and snippets.

@freezvd
Forked from jamiemitchell/functions.php
Last active August 29, 2015 14:06
Show Gist options
  • Save freezvd/c710c101bea1eff8e348 to your computer and use it in GitHub Desktop.
Save freezvd/c710c101bea1eff8e348 to your computer and use it in GitHub Desktop.
<?php
/* Remove scripts loading from header
------------------------------------------------------------ */
add_action('wp_enqueue_scripts', 'child_deregister_scripts');
function child_deregister_scripts() {
wp_deregister_script( 'jquery' );
wp_deregister_script( 'jquery-ui' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment