Who knows all the shortcodes that are currently available to your WordPress installation? I know I don’t. Well, inspired by a request from a WordPress VIP client to understand it better, here’s a quick and simple solution to list them out.
Add the following code to your theme’s function.php file and then add, to any page or post, the shortcode [shortcodes] to list out all of the available shortcodes. The code is ‘quick and dirty’ but does the job.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Leave a Reply