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>";
A blog about issues I come across when developing web sites in PHP, JavaScript, for Mobile phones : XHTML MP and WML, XML, Drupal CMS, etc
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>";
Posted by Mark at 9:38 PM
Labels: plugins, wordpress, wordpress plugins
No comments:
Post a Comment