Google

Wednesday, December 02, 2009

View Wordpress Plugins that are wp_enqueue_script()

To find out the list of current wordpress plugins that are wp_enqueue_script();

global $wp_scripts;
echo "<pre>".print_r($wp_scripts->registered,true)."</pre>";

No comments: