I noticed this line in class-shortcode-locator-table.php
:
$filters['shortcode'] = '[' . $filters['shortcode'] . ']';
Which only looks for shortcodes without params, e.g. “[foo]” and not “[foo bar=123]”
To make it work for all shortcodes, just remove the last “]” like so:
$filters['shortcode'] = '[' . $filters['shortcode'];
Great idea for a plugin though, thanks very much to the author!
]]>Great idea for a plugin, but it does not work (wp 4.9.8)
]]>I have used this plugin before. It is a lifesaver! As I said in my review.
It does not seem to do anything at all now. Maybe I do not recall how to use it?
toni-esl.com
Please advise.
Thank you
]]>Looks like it′s not working with pages.
Hope you can figure out what it is.
Thanks!
]]>First of all this is a very nice little plugin and its going to save me lots of time, thank you for it ??
It might be even more useful if it was possible to sort the column o.O
Just a simple click to sort all the items with shortcodes together ??
]]>