Changeset 2953025
- Timestamp:
- 08/14/2023 05:59:35 AM (3 years ago)
- Location:
- hidecaptcha/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
scola_captcha.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hidecaptcha/trunk/readme.txt
r2908378 r2953025 3 3 Tags: reCaptcha, google, Contactform7 4 4 Requires at least: 3.0.1 5 Tested up to: 6. 25 Tested up to: 6.3 6 6 Requires PHP: 5.0 7 Stable tag: 1.0.1 07 Stable tag: 1.0.11 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 25 25 26 26 == Changelog == 27 = 1.0.11 28 * Tested up to WP 6.3 27 29 = 1.0.10 28 30 * Tested up to WP 6.2 -
hidecaptcha/trunk/scola_captcha.php
r2017126 r2953025 4 4 * Plugin URI: https://www.scolavisa.eu/scolacaptcha 5 5 * Description: Hides google captcha V3 from all pages except the formpages that use Contactform7 6 * Version: 1.0 6 * Version: 1.0.11 7 7 * Author: ScolaVisa 8 8 * Author URI: http://www.scolavisa.eu … … 10 10 */ 11 11 12 // add scripts and styles to the WP pages12 // add scripts and styles to the WP pages 13 13 add_action('wp_enqueue_scripts',function() { 14 14 wp_enqueue_style('scola_captcha_css', plugins_url( '/css/style.css', __FILE__ ));
Note: See TracChangeset
for help on using the changeset viewer.