Changeset 2741219
- Timestamp:
- 06/12/2022 07:07:10 PM (4 years ago)
- Location:
- wc-captcha/trunk/includes
- Files:
-
- 2 edited
-
class-core.php (modified) (1 diff)
-
class-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-captcha/trunk/includes/class-core.php
r2741213 r2741219 102 102 // 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']))) { 103 103 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')); 105 105 // call ajax 106 106 // } -
wc-captcha/trunk/includes/class-settings.php
r2741213 r2741219 71 71 <h3 class="hndle">' . __( 'WC Captcha', 'wc-captcha' ) . ' ' . Wc_Captcha()->defaults['version'] . '</h3> 72 72 <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> 74 74 <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> 75 75 <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.