Changeset 2852720
- Timestamp:
- 01/23/2023 06:37:07 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chabok-integration/trunk/includes/register-settings.php
r2852529 r2852720 574 574 global $chabok_options; 575 575 576 $chabok_option = isanitize_text_field(sset($chabok_options[$args['id']]) ? $chabok_options[$args['id']] : null);576 $chabok_option = sanitize_text_field(isset($chabok_options[$args['id']]) ? $chabok_options[$args['id']] : null); 577 577 578 578 if ($chabok_option) {
Note: See TracChangeset
for help on using the changeset viewer.