/ Published in: PHP

get rid of plugins that add jquery without killing the admin
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if ( !is_admin() ) wp_deregister_script('jquery');
Comments
