Plugin Directory

Changeset 2741219


Ignore:
Timestamp:
06/12/2022 07:07:10 PM (4 years ago)
Author:
webcource
Message:

readme.txt

Location:
wc-captcha/trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wc-captcha/trunk/includes/class-core.php

    r2741213 r2741219  
    102102        // if (Wc_Captcha()->options['general']['enable_for']['all_forms'] && (!is_user_logged_in() || (is_user_logged_in() && !Wc_Captcha()->options['general']['hide_for_logged_users']))) {
    103103        add_action('custom_form_hook', array(&$this, 'add_captcha_for_all_form'));
    104         add_shortcode('wpcaptcha_wc', array(&$this, 'custom_form_captcha_func'));
     104        add_shortcode('wpcaptcha', array(&$this, 'custom_form_captcha_func'));
    105105        // call ajax
    106106        // }
  • wc-captcha/trunk/includes/class-settings.php

    r2741213 r2741219  
    7171                    <h3 class="hndle">' . __( 'WC Captcha', 'wc-captcha' ) . ' ' . Wc_Captcha()->defaults['version'] . '</h3>
    7272                    <div class="inside">
    73                         <h4 class="inner"><label for="wc">' . __( 'Shortcode: <input id="wc" value="[wpcaptcha_wc]"/>', 'wc-captcha' ) . '</label></h4>
     73                        <h4 class="inner"><label for="wc">' . __( 'Shortcode: <input id="wc" value="[wpcaptcha]"/>', 'wc-captcha' ) . '</label></h4>
    7474                        <h3 class="inner">'. __('We have some suggestions for your setup. Let us know if you have a suggestion for <a target="_blank" href="https://webcource.com/contact-us/">us</a>!', 'wc-captcha' ) . '</h3>
    7575                        <h4 class="inner text-center">'. __('You can Donate here for this plugin <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FGEHDRXC93W6C&source=url"><img  src="' . WC_CAPTCHA_URL . '/images/btn_donate.gif" title="Donate for Inspiration Developing Plugin to WebCource" alt="Donate WebCource - Quality plugins for WordPress"/></a>', 'wc-captcha' ) . '</h4>
Note: See TracChangeset for help on using the changeset viewer.