Open
Description
Is it possible to use either Events::FILTER_SHORTCODES
or Events::REPLACE_SHORTCODES
to modify/extend the replacement string provided by the handler?
I am looking for a way to insert additional HTML (say, a </div>...<div>
) around shortcodes. When determining this additional HTML, I'd need to know at lease the shortcode name. And I would like to keep this out of the handler, because it is context/situation specific.
Any pointers?