Trying to figure out what available Wordpress shortcodes with all of your plugins installed?
<?php
global $shortcode_tags;
echo "<pre>".print_r($shortcode_tags,true)."</pre>";
?>
Seems to do the job
http://codex.wordpress.org/Shortcode_API
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
Trying to figure out what available Wordpress shortcodes with all of your plugins installed?
<?php
global $shortcode_tags;
echo "<pre>".print_r($shortcode_tags,true)."</pre>";
?>
Posted by Mark at 9:51 PM
Labels: wordpress shortcode plugin
No comments:
Post a Comment