Guest User

Untitled

a guest
Jul 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. //Remove plugin Javascript
  2. function de_script() {
  3. wp_dequeue_script( 'name-javascript-1' );
  4. wp_deregister_script( 'name-javascript-2' );
  5. }
  6.  
  7. add_action( 'wp_print_scripts', 'de_script', 100 );
Add Comment
Please, Sign In to add comment