yks_mc_before_all_forms ?
-
I’m looking at shortcode_form.php
and based on the form structure, there’s this
yks_mc_before_all_forms
where in my assumption, is something where you can put some extra words or headings or even a logo.How do I add content to
yks_mc_before_all_forms
?<div class="yks-mailchimpFormContainer col-lg-6 col-md-6 col-sm-12 col-xs-12"> <div class="yks-status" id="yks-status-<?php echo $list['id']; ?>"></div> <?php // custom action to print text before ALL forms do_action( 'yks_mc_before_all_forms'); // custom action to print text for a specific form // using the form ID $form_id = explode('-', $list['id']); do_action( 'yks_mc_before_form_'.$form_id[1] ); ?>
https://www.ads-software.com/plugins/yikes-inc-easy-mailchimp-extender/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘yks_mc_before_all_forms ?’ is closed to new replies.