Shortcode Recursion
-
I’ve got xdebug installed and it outputs the trace which will include the args of called functions.
This is causing a recursion loop when an error occurs in the output of a shortcode, as the shortcode itself is outputted as the arg of the trace.
Give this the result of a shortcode could be returned by accident and personally I cannot think of any reason to have recursion via the shortcodes.
Could the shortcode processor keep track of the parent code(s) and not process them if they appear in the shortcode output
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Shortcode Recursion’ is closed to new replies.