Debug Bar Shortcodes adds new panel to Debug Bar that displays the registered shortcodes for the current request..
If you are blog author to know which shortcodes you can use in your posts pages. if you switch plugins or remove plugin, to know in.
If you are web master if you switch plugins or remove plugin, to know in.
If you have ideas on how to make the plugin even better or if you have found any bugs, please report these in Support Forum or in GitHub repository...
The easiest way is to use the filter which will be applied to your shortcode. function filter my shortcode info { enrich the object return $info }.
If you happen to already provide information using the filter for LHR-Shortcode list plugin, no need to do anything extra, that information will be picked up by this plugin..
The first variable will be the new object, but the second variable will still be in the format.
Secondly, as all this plugin uses are the properties of the object, you can just cast your array to in the return and it'll work again..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
IMPORTANT if you are developer and you were using the filter the behaviour of this filter has changed from passing array, to passing object.
Read more