Plugin Directory

Changeset 2932284


Ignore:
Timestamp:
06/29/2023 12:57:42 PM (3 years ago)
Author:
nickjamescom
Message:

Added Google reCAPTCHA and Removed Match Challenges.

Location:
apm-child/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • apm-child/trunk/mc-main.php

    r2917821 r2932284  
    99Author: Nick James
    1010E-mail: admin@nickjamesadmin.com
    11 Version: 3.5
     11Version: 3.6
    1212Author URI: http://www.pluginpixie.com
    1313*/
    1414
    15 //ini_set('display_errors',1);
    1615global $APM_SUBSCRIPTION_VER;
    17 $APM_SUBSCRIPTION_VER = "3.5";
     16$APM_SUBSCRIPTION_VER = "3.6";
    1817
    1918define('APM_SUBSCRIPTION_PATH', plugins_url().'/'. basename(dirname(__FILE__)).'/');
  • apm-child/trunk/optin-monster-settings.php

    r2761202 r2932284  
    145145
    146146    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       
    160149       
    161150        app.setCustomVariable('subscriber_first_name', '<?php echo $subscriber_first_name; ?>');
    162151        app.setCustomVariable('subscriber_email', '<?php echo $subscriber_email; ?>');
    163         app.setCustomVariable('val_error_message', '<?php echo $val_error_message; ?>');
    164152       
    165153       
     
    183171
    184172        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')?>');
    186175       
    187176
  • apm-child/trunk/readme.txt

    r2917821 r2932284  
    224224Fixed the functionality bug
    225225*Version update
     226
     2273.6
     228Added Google reCAPTCHA V3
     229*Version update
Note: See TracChangeset for help on using the changeset viewer.