Changeset 1799566
- Timestamp:
- 01/09/2018 09:11:07 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cf7-field-validation/trunk/cf7-custom-validation.php
r1799564 r1799566 4 4 Plugin URI: https://wordpress.org/plugins/cf7-field-validation/ 5 5 Description: Contact Form 7 validation messages provide custom error messages for each field. 6 Version: 1.1 6 Version: 1.1.2 7 7 Author: Aiyaz, maheshpatel 8 8 Author URI: https://profiles.wordpress.org/aiyaz … … 15 15 $tags = $contact_form->scan_form_tags(); 16 16 $post_id = $contact_form->id(); 17 17 18 foreach ($tags as $value) 18 19 { … … 31 32 $tags = $instance->form_scan_shortcode(); 32 33 $post_id = $instance->id(); 33 34 34 35 foreach ($tags as $value) { 35 36
Note: See TracChangeset
for help on using the changeset viewer.