Changeset 2922497
- Timestamp:
- 06/06/2023 06:41:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
order-signature-for-woocommerce/trunk/includes/class-swph-signature-frontend.php
r2921352 r2922497 244 244 // Woocommerce already validates nonce. 245 245 // phpcs:ignore 246 $signature = esc_html( $_POST['swph_woo_sign_customer_signature'] );246 $signature = wp_kses_post( $_POST['swph_woo_sign_customer_signature'] ); 247 247 248 248 // phpcs:ignore
Note: See TracChangeset
for help on using the changeset viewer.