wp-media/search-and-replace

Support shortcode

Opened this issue · 2 comments

Currently we don't support shortcodes, we should implement this.
example: [shortcode]

widoz commented

Can you explain a bit more?

Shortcodes are string by the way, which kind of replacement is needed in this case?

The users will search/replace shortcodes inside the context, like s/r for [shortcode param="foo"] to [new_shortocode foo="bar"].

In this context we should allow all strings, types to s/r, no active filtering via our plugin. Only a regex is an enhancement, not on default and not on priority to the next release.