Correct way to pass information between seperate shortcode functions
The correct way is not to do it. Shortcodes are supposed to be self contained and represent an insertion point to some complicated HTML that is harder to get right or due to security permissions is impossible to insert in its pure HTML form. Globals are hated magic when you write proper code, now think … Read more