Flex Shortcodes stores HTML once and reuses it in posts, pages, widgets, and templates. Each snippet is a private WordPress post. Only published snippets print on the front end. PHP is never executed.
[flexshortcodes name="promo-banner"] or by ID: [flexshortcodes id="123"][flexshortcodes name="button" label="Buy"] fills {{label}} in the HTML[flexshortcodes] tags, with circular includes blockeddiv or span); off by default so snippets can be used inlineNo remote calls. CSS and JavaScript load from this plugin only.
unfiltered_html for trusted roles)wp_kses_post() (post-allowed HTML only)name and id are reserved for lookupFlex Shortcodes stores shortcode titles, HTML, and optional group names in your WordPress database as custom posts and a private taxonomy. It does not send data to external servers and does not load third-party services.