There are many great code snippets in their Gitlab. You might find more on their…
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' );
Dieser Beitrag hat 0 Kommentare