List of all inbuilt WordPress shortcodes

You can actually list all of the available shortcodes for your WordPress installation by using the following code:

<?php
global $shortcode_tags;
echo '<pre>'; 
print_r($shortcode_tags); 
echo '</pre>';
?>

It will show the main WordPress shortcodes plus any shortcodes for installed plugins which can be handy too!

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)