function a11y_controls_shortcode() { // Generate unique ID to prevent conflicts $unique_id = uniqid('a11y_'); ob_start(); ?>…
Execute Shortciode in Forminator Elements
This little snippet ties into a Forminator hook to allow the plugin to process shortcodes instead of just display them as text.
add_filter( 'forminator_replace_variables', 'do_shortcode' );

