Changeset 2932284
- Timestamp:
- 06/29/2023 12:57:42 PM (3 years ago)
- Location:
- apm-child/trunk
- Files:
-
- 3 edited
-
mc-main.php (modified) (1 diff)
-
optin-monster-settings.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apm-child/trunk/mc-main.php
r2917821 r2932284 9 9 Author: Nick James 10 10 E-mail: admin@nickjamesadmin.com 11 Version: 3. 511 Version: 3.6 12 12 Author URI: http://www.pluginpixie.com 13 13 */ 14 14 15 //ini_set('display_errors',1);16 15 global $APM_SUBSCRIPTION_VER; 17 $APM_SUBSCRIPTION_VER = "3. 5";16 $APM_SUBSCRIPTION_VER = "3.6"; 18 17 19 18 define('APM_SUBSCRIPTION_PATH', plugins_url().'/'. basename(dirname(__FILE__)).'/'); -
apm-child/trunk/optin-monster-settings.php
r2761202 r2932284 145 145 146 146 function OptinMonsterCustomVariables(app) 147 148 { 149 // $HTML = '<div class=""> 150 // <div class="">'.$rand_num_one.'</div> 151 // <div class="">'.$rand_num_two.'</div> 152 // <div class="">'<input type="text" name="spam_check_input" value="" />'</div> 153 // </div>'; 154 155 app.setCustomVariable('rand_num_1', '<?php echo $rand_num_one ?>'); 156 app.setCustomVariable('rand_num_2', '<?php echo $rand_num_two ?>'); 157 app.setCustomVariable('rand_symbol', '<?php echo $rand_symbol ?>'); 158 app.setCustomVariable('vld_error_return_url', '<?php echo $apm_return_url; ?>'); 159 app.setCustomVariable('spam_check_input', '<?php echo $user_task ?>'); 147 { 148 160 149 161 150 app.setCustomVariable('subscriber_first_name', '<?php echo $subscriber_first_name; ?>'); 162 151 app.setCustomVariable('subscriber_email', '<?php echo $subscriber_email; ?>'); 163 app.setCustomVariable('val_error_message', '<?php echo $val_error_message; ?>');164 152 165 153 … … 183 171 184 172 app.setCustomVariable('duplicate_email', '<input type="hidden" name="duplicate_email" value="http://<?php echo esc_html($_SERVER['HTTP_HOST'],'apm-child')?>/aweber-subscription-failed" />'); 185 173 174 app.setCustomVariable('recaptcha_sitekey', '<?php echo __($recaptcha_site_key, 'apm-child')?>'); 186 175 187 176 -
apm-child/trunk/readme.txt
r2917821 r2932284 224 224 Fixed the functionality bug 225 225 *Version update 226 227 3.6 228 Added Google reCAPTCHA V3 229 *Version update
Note: See TracChangeset
for help on using the changeset viewer.