Changeset 2627829
- Timestamp:
- 11/11/2021 02:34:31 AM (4 years ago)
- Location:
- wpcf7-extended/trunk
- Files:
-
- 3 edited
-
modules/confirm/cf7-extended-modules.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wpcf7-extended.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpcf7-extended/trunk/modules/confirm/cf7-extended-modules.php
r2627826 r2627829 14 14 15 15 add_action( 'init', 'cf7e_extended_modules_confirm_init', 10 ); 16 function cf7e_extended_modules_confirm_init() { 17 if ( ! class_exists( 'WPCF7_ContactForm' ) ) { 18 return false; 19 } 16 function cf7e_extended_modules_confirm_init() { 20 17 21 18 if ( isset( $_POST['_cf7e'] ) && sanitize_text_field($_POST["_cf7e"]) == 'confirm' ) { -
wpcf7-extended/trunk/readme.txt
r2627826 r2627829 2 2 Contributors: TUTM 3 3 Donate link: https://www.paypal.me/tutm 4 Tags: contact form 7 , cf7, cf7 confirm, contact form 7 confirm4 Tags: contact form 7 confirm, cf7 confirm, confirm, contact form 7, cf7 5 5 Requires at least: 4.8 6 6 Tested up to: 5.8.1 -
wpcf7-extended/trunk/wpcf7-extended.php
r2627826 r2627829 13 13 /* Copyright 2021 - TUTM */ 14 14 15 if ( ! class_exists( 'WPCF7_ContactForm' ) ) { 16 return false; 17 } 15 18 16 19 define( 'CF7E_VERSION', '1.0.1' );
Note: See TracChangeset
for help on using the changeset viewer.