Changeset 3306632
- Timestamp:
- 06/04/2025 04:57:45 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nip-finder/trunk/public/class-nip-finder-public.php
r3295021 r3306632 227 227 } 228 228 229 if ( ! current_user_can( 'edit_posts' ) ) {230 wc_add_notice( __( 'Nie masz uprawnień do wykonania tej akcji.', 'nip-finder' ), 'error' );231 return;232 }233 234 229 if (isset($_POST['billing_nip']) && $_POST['billing_nip'] != null) { 235 230 $billing_nip = sanitize_text_field( wp_unslash( $_POST['billing_nip'] ));
Note: See TracChangeset
for help on using the changeset viewer.