Changeset 2901005
- Timestamp:
- 04/19/2023 04:15:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
multiline-files-for-contact-form-7/trunk/multiline-files-upload-for-contact-form-7.php
r2850873 r2901005 5 5 * Description: Upload unlimited files one by one to contact form 7 6 6 * Plugin URI: https://wordpress.org/plugins/multiline-files-for-contact-form-7/ 7 * Version: 2. 47 * Version: 2.5 8 8 * Author: Zluck Solutions 9 9 * Author URI: https://profiles.wordpress.org/zluck … … 62 62 } else { 63 63 update_option('mfcf7-zl-admin-do-not-show-rating-tip', strtotime('+5 days')); //show after 5 days 64 } 65 if (get_transient('mfcf7-zl-admin-do-not-show-offer-tip')) { 66 delete_transient('mfcf7-zl-admin-do-not-show-offer-tip'); 64 67 } 65 68 } … … 162 165 $btntagname = $tag->name . '-' . $mfcf7_btn_tag_name; 163 166 // $html .= '<a href="javascript:void(0);" id="mfcf7_zl_add_file">'.$upload_label.'</a>'; 164 $html .= '<p><label><span class="wpcf7-form-control-wrap" data-name="' . $btntagname . '"><input type="button" name="' . $btntagname . '" class="button button-primary qbutton" href="javascript:void(0);"id="mfcf7_zl_add_file" value="' . $upload_label . '"></span></label></p>';167 $html .= '<p><label><span class="wpcf7-form-control-wrap" data-name="' . $btntagname . '"><input type="button" name="' . $btntagname . '" class="button button-primary qbutton" id="mfcf7_zl_add_file" value="' . $upload_label . '"></span></label></p>'; 165 168 return $html; 166 169 }
Note: See TracChangeset
for help on using the changeset viewer.