Skip to content

Instantly share code, notes, and snippets.

@AleeRojas
Last active December 21, 2015 06:39
Show Gist options
  • Save AleeRojas/6265776 to your computer and use it in GitHub Desktop.
Save AleeRojas/6265776 to your computer and use it in GitHub Desktop.
<?php
add_action( 'wp_print_scripts', 'my_deregister_javascript', 100 );
function my_deregister_javascript() {
wp_deregister_script( 'contact-form-7' );
}
<?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment