Changeset 2741226
- Timestamp:
- 06/12/2022 07:45:49 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
r2741220 r2741226 391 391 '; 392 392 } else { 393 echo '<p style="background:#fff;color:red;">To show captcha. Please enable captcha for All forms .</p>';393 echo '<p style="background:#fff;color:red;">To show captcha. Please enable captcha for All forms and Woocommerce.</p>'; 394 394 } 395 395 } -
wc-captcha/trunk/includes/class-settings.php
r2741219 r2741226 32 32 'comment_form' => __( 'Comment form', 'wc-captcha' ), 33 33 'contact_form_7' => __( 'Contact form 7', 'wc-captcha' ), 34 'all_forms' => __( 'All Forms ', 'wc-captcha' ),34 'all_forms' => __( 'All Forms and Woocommerce', 'wc-captcha' ), 35 35 'bbpress' => __( 'bbpress', 'wc-captcha' ) 36 36 );
Note: See TracChangeset
for help on using the changeset viewer.