Guest User

Untitled

a guest
Nov 17th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. // Remove Footer Junk
  2.  
  3. function remove_scripts(){
  4. wp_deregister_script( 'wp-embed' );
  5. }
  6. add_action( 'wp_footer', 'remove_scripts' );
Add Comment
Please, Sign In to add comment