Hello Readers,
This plugin is using the wp_print_styles and wp_print_scripts action hooks to load all css and javascript.
wp_print_scripts shootes with just about every page heap that can cause your javascript for you to heap everywhere which include each single admin page.
Please read http://make.wordpress.org/core/2011/12/12/use-wp_enqueue_scripts-not-wp_print_styles-to-enqueue-scripts-and-styles-for-the-frontend/
As well as update your current plugin to use the admin_enqueue_scripts catch for you admin side javascript as well as wp_enqueue_scripts for ones front experiencing JavaScript.
Thanks...
0 Comment(s)