Plugin Directory

Changeset 2852720


Ignore:
Timestamp:
01/23/2023 06:37:07 AM (3 years ago)
Author:
chabok
Message:

register setting bug fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chabok-integration/trunk/includes/register-settings.php

    r2852529 r2852720  
    574574    global $chabok_options;
    575575
    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);
    577577
    578578    if ($chabok_option) {
Note: See TracChangeset for help on using the changeset viewer.