Just brought this issue up with support (ticket #321965). Turns out, the "Shortcode" field must be used for shortcodes and not the "Custom HTML" field. Thus, the tooltip on the "Custom HTML" field needs to change (see below):
I suggest updating it to replace "also" with "NOT":
WordPress shortcodes will also work here
Should be:
WordPress shortcodes will NOT work here
Looks like multiple places will need the change: https://github.com/search?q=repo%3AweDevsOfficial%2Fwp-user-frontend+%22wordpress+shortcodes%22&type=code So I did not make a PR.
Just brought this issue up with support (ticket #321965). Turns out, the "Shortcode" field must be used for shortcodes and not the "Custom HTML" field. Thus, the tooltip on the "Custom HTML" field needs to change (see below):
I suggest updating it to replace "also" with "NOT":
Should be:
Looks like multiple places will need the change: https://github.com/search?q=repo%3AweDevsOfficial%2Fwp-user-frontend+%22wordpress+shortcodes%22&type=code So I did not make a PR.