Changeset 2985313
- Timestamp:
- 10/28/2023 02:13:35 PM (2 years ago)
- Location:
- wc-captcha
- Files:
-
- 22 added
- 2 edited
-
tags/1.4 (added)
-
tags/1.4/css (added)
-
tags/1.4/css/admin.css (added)
-
tags/1.4/css/frontend.css (added)
-
tags/1.4/images (added)
-
tags/1.4/images/btn_donate.gif (added)
-
tags/1.4/images/logo-webcource.png (added)
-
tags/1.4/includes (added)
-
tags/1.4/includes/class-cookie-session.php (added)
-
tags/1.4/includes/class-core.php (added)
-
tags/1.4/includes/class-settings.php (added)
-
tags/1.4/includes/class-update.php (added)
-
tags/1.4/includes/integrations (added)
-
tags/1.4/includes/integrations/contact-form-7.php (added)
-
tags/1.4/index.php (added)
-
tags/1.4/js (added)
-
tags/1.4/js/admin-settings.js (added)
-
tags/1.4/js/wc-captcha-main.js (added)
-
tags/1.4/languages (added)
-
tags/1.4/languages/wc-captcha.pot (added)
-
tags/1.4/readme.txt (added)
-
tags/1.4/wc-captcha.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/wc-captcha.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-captcha/trunk/readme.txt
r2915329 r2985313 5 5 Requires at least: 5.0 6 6 Requires PHP: 7.0 7 Tested up to: 6. 2.27 Tested up to: 6.3.2 8 8 Stable tag: 1.4 9 9 License: GPLv2 or later … … 15 15 == Description == 16 16 17 [WC Captcha](https:// rangriwaj.com/wc-captcha-plugin-for-wordpress/) is the Most Powerful Mathematical CAPTCHA for WordPress that seamlessly integrates into login, registration, lost password, comments, Form Spam, Security, SignIn, SignUp, bbPress, Contact Form 7, Woocommerce login/register forms, Any kind of forms/All forms and Woocommerce forms.17 [WC Captcha](https://webcource.com/wc-captcha-plugin-for-wordpress-protect-your-website/) is the Most Powerful Mathematical CAPTCHA for WordPress that seamlessly integrates into login, registration, lost password, comments, Form Spam, Security, SignIn, SignUp, bbPress, Contact Form 7, Woocommerce login/register forms, Any kind of forms/All forms and Woocommerce forms. 18 18 19 19 WC CAPTCHA is best to use a captcha plugin that offers a variety of settings and options. One of the most popular options is the WC captcha plugin, which comes with a variety of captcha types and features and shortcode bassed use plugin. It is compatible with many other popular WordPress plugins, such as Contact form 7, bbPress, WooCommerce, Elementor, WP Backery & other Page builders and many more. … … 21 21 https://youtu.be/cGPHPbZ9sGU 22 22 23 For more information, check out the [plugin page](https:// rangriwaj.com/wc-captcha-plugin-for-wordpress/) or see the [Support Forum](https://wordpress.org/support/plugin/wc-captcha/).23 For more information, check out the [plugin page](https://webcource.com/wc-captcha-plugin-for-wordpress-protect-your-website/) or see the [Support Forum](https://wordpress.org/support/plugin/wc-captcha/). 24 24 25 25 Totally free of cost plugin. You can use multiple languages. You can use WC Captcha on any page/costom areas of your website. The plugin can prevent spam and protect your site from malicious activity. WC Captcha Plugin protects comment forms on WordPress websites. It uses simple mathematical tasks, displayed as words or text, to prevent bots from submitting invalid forms. Because it embeds into WordPress forms, it is easy to install and use and WC Captcha Plugin is highly customizable. 26 26 27 [Learn More](https://webcource.com/wc-captcha-plugin-for-wordpress /)27 [Learn More](https://webcource.com/wc-captcha-plugin-for-wordpress-protect-your-website/) 28 28 29 29 = Useful Links: = 30 30 31 [WordPress WC Captcha Plugin](https:// rangriwaj.com/wc-captcha-plugin-for-wordpress/)31 [WordPress WC Captcha Plugin](https://webcource.com/wc-captcha-plugin-for-wordpress-protect-your-website/) 32 32 [Support Forum](https://wordpress.org/support/plugin/wc-captcha/) 33 33 [Donate link](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FGEHDRXC93W6C&source=url) 34 [Developer Website](https://webcource.com/) 34 [Developer Website](https://rangriwaj.com/) 35 [Developer Website](https://infotechspecs.com/) 36 [Developer Website](https://carwithprice.com/) 37 [Developer Website](https://e-carprice.com/) 38 [Developer Website](https://eidmubarakmessage.com/) 35 39 [Developer Portfolio](https://webcource.com/rimuc/) 36 40 [Developer YouTube](https://www.youtube.com/@RTechIT) -
wc-captcha/trunk/wc-captcha.php
r2915332 r2985313 3 3 Plugin Name: WC Captcha 4 4 Description: WC Captcha is the <strong>Most Powerful Mathematical CAPTCHA for WordPress</strong> that integrates into Login/SignIn, Registration/SignUp, Reset Password/Lost Password, Comments Form, Contact Form 7 and bbPress. 5 Version: 1. 45 Version: 1.5 6 6 Author: WebCource 7 7 Author URI: https://www.webcource.com/rimuc/ … … 75 75 'flush_rules' => false 76 76 ), 77 'version' => '1. 4'77 'version' => '1.5' 78 78 ); 79 79 … … 85 85 } 86 86 87 p rivatefunction __clone() {}88 p rivatefunction __wakeup() {}87 public function __clone() {} 88 public function __wakeup() {} 89 89 90 90 /**
Note: See TracChangeset
for help on using the changeset viewer.