Changeset 1681488
- Timestamp:
- 06/19/2017 08:57:17 PM (9 years ago)
- Location:
- select-options-from-database-for-contact-form-7
- Files:
-
- 2 edited
-
tags/1.2/select_options_from_db_for_cf7.php (modified) (1 diff)
-
trunk/select_options_from_db_for_cf7.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
select-options-from-database-for-contact-form-7/tags/1.2/select_options_from_db_for_cf7.php
r1681486 r1681488 69 69 70 70 } 71 if(function_exists('wpcf7_add_shortcode')){ 72 /* Shortcode handler */ 73 wpcf7_add_shortcode( 'dbactext', 'cf7dfe_shortcode_handler', true ); 74 wpcf7_add_shortcode( 'dbactext*', 'cf7dfe_shortcode_handler', true ); 75 76 } 71 77 add_filter( 'wpcf7_validate_dbactext', 'cf7dfe_validation_filter', 10, 2 ); 72 78 add_filter( 'wpcf7_validate_dbactext*', 'cf7dfe_validation_filter', 10, 2 ); -
select-options-from-database-for-contact-form-7/trunk/select_options_from_db_for_cf7.php
r1681486 r1681488 69 69 70 70 } 71 if(function_exists('wpcf7_add_shortcode')){ 72 /* Shortcode handler */ 73 wpcf7_add_shortcode( 'dbactext', 'cf7dfe_shortcode_handler', true ); 74 wpcf7_add_shortcode( 'dbactext*', 'cf7dfe_shortcode_handler', true ); 75 76 } 71 77 add_filter( 'wpcf7_validate_dbactext', 'cf7dfe_validation_filter', 10, 2 ); 72 78 add_filter( 'wpcf7_validate_dbactext*', 'cf7dfe_validation_filter', 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.