/ Published in: PHP
get rid of plugins that add jquery without killing the admin
Expand |
Embed | Plain Text
if ( !is_admin() ) wp_deregister_script('jquery');
You need to login to post a comment.
get rid of plugins that add jquery without killing the admin
if ( !is_admin() ) wp_deregister_script('jquery');
You need to login to post a comment.