Skip to content

Instantly share code, notes, and snippets.

@kraftbj
Last active October 14, 2015 20:47
Show Gist options
  • Select an option

  • Save kraftbj/b158f1fa36769847363c to your computer and use it in GitHub Desktop.

Select an option

Save kraftbj/b158f1fa36769847363c to your computer and use it in GitHub Desktop.
Deregister application.js
add_action( 'wp_enqueue_scripts', 'remove_application_js' , 11 );
function remove_application_js(){
wp_deregister_script( 'wp-job-manager-job-application' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment