I do have an post/page where the shortcode “question” occurs many times.
What is the best way to get an array of all the “question” shortcodes with their related parms?
[question a=1 b=2 c=3 ]
[question b=2 c=3 ]
[question a=1 b=2 ]
[question]
I do have an post/page where the shortcode “question” occurs many times.
What is the best way to get an array of all the “question” shortcodes with their related parms?
[question a=1 b=2 c=3 ]
[question b=2 c=3 ]
[question a=1 b=2 ]
[question]