Changeset 2940539
- Timestamp:
- 07/19/2023 09:55:57 PM (3 years ago)
- File:
-
- 1 edited
-
cloak-front-end-email/trunk/email.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cloak-front-end-email/trunk/email.php
r2940532 r2940539 56 56 if ( isset( $_POST['nouce'] ) ) { 57 57 if ( wp_verify_nonce( wp_unslash( $_POST['nouce'] ), 'secure_cloak_checker' ) ) { 58 global $wpdb; ;58 global $wpdb; 59 59 $table = $wpdb->prefix . "options"; 60 60 $emails = array_map( 'esc_attr', $_POST['emails'] );
Note: See TracChangeset
for help on using the changeset viewer.