//COMMENT FORM //change title conditionally for a certain post type function enym_comment_title($defaults) { // put…
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' );
Comments (0)