Skip to content

Instantly share code, notes, and snippets.

@Pross
Created March 28, 2013 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pross/5264657 to your computer and use it in GitHub Desktop.
Save Pross/5264657 to your computer and use it in GitHub Desktop.
add_action( 'wp_enqueue_scripts', 'deregister_pl_bootstrap' );
function deregister_pl_bootstrap() {
// some logic needs to check if your in the forums!!
wp_deregister_script( 'pagelines-bootstrap-all' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment