The error message doesn’t display the name of the shortcode that doesn’t exist. Please make it do so 🙂
In this case I’m trying to invoke shortcode “b” from shortcode “a”:
SC DEFINITION: A
~~~~~~~~~~~~~~~~~~~
[sc name="%%ScName%%"][/sc]
Use of: A:
~~~~~~~~~~~~~~~~~~~~~
[sc name="a" ScName="b"][/sc]
Basically, all or part of the shortcut name comes from passed parameters, I’m wanting to do this to reduce the number of shortcuts I need to create…
If I made a mistake in the above very simplified examples then oops, either way I just want to know if it is supported.