Changeset 2628384
- Timestamp:
- 11/12/2021 03:28:54 AM (4 years ago)
- Location:
- wpcf7-extended/trunk
- Files:
-
- 3 added
- 4 edited
-
includes/functions.php (modified) (1 diff)
-
modules/button (added)
-
modules/button/cf7-extended-add-button.php (added)
-
modules/button/cf7-extended-modules.php (added)
-
modules/confirm/cf7-extended-modules.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
wpcf7-extended.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpcf7-extended/trunk/includes/functions.php
r2627826 r2628384 22 22 } 23 23 24 $modules = array( 'confirm' );24 $modules = array( 'confirm', 'button' ); 25 25 $modules = apply_filters( 'cf7e_load_modules', $modules ); 26 26 -
wpcf7-extended/trunk/modules/confirm/cf7-extended-modules.php
r2627829 r2628384 81 81 ?> 82 82 <style> 83 p input[name=_cf7e][value=confirm] ~ input.cf7e-back, p input[name=_cf7e][value=confirm] ~ input.wpcf7-submit{83 p input[name=_cf7e][value=confirm] ~ input.cf7e-back, p input[name=_cf7e][value=confirm] ~ .wpcf7-submit{ 84 84 display: none !important; 85 85 } -
wpcf7-extended/trunk/readme.txt
r2627829 r2628384 16 16 == Description == 17 17 18 "WPCF7 Extended" can add confirm step and many other utilities". 18 WPCF7 Extended" can add confirm step and many other utilities : 19 * WPCF7 Extended Contact Form 7 Confirm. 20 * WPCF7 Extended Contact Form 7 Button. 19 21 20 22 == Installation == … … 28 30 29 31 30 == Frequently asked questions ==31 32 = A question that someone might have =33 34 32 == Screenshots == 35 33 … … 38 36 == Changelog == 39 37 38 = 1.0.1 = 39 * Add CF7E Button : add submit button option < button ></ button > instead of default < input type="submit" > 40 40 41 = 1.0.0 = 41 Plugin Beta 42 * Initial release. -
wpcf7-extended/trunk/wpcf7-extended.php
r2627829 r2628384 8 8 Text Domain: wpcf7-extended 9 9 Domain Path: /languages/ 10 Version: 1.0. 010 Version: 1.0.1 11 11 */ 12 12
Note: See TracChangeset
for help on using the changeset viewer.