Sanitizer callbacks returning empty

Support General Sanitizer callbacks returning emptyResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15810
    Joe AndersonJoe Anderson
    Participant

    Within the meta-box/ing/sanitizer.php file, all the field types with a string sanitizer (buit-in WP sanitizing) are returning empty strings and values are not saved.

    'email' => 'sanitize_email',
    'file_input' => 'esc_url_raw',
    'hidden' => 'sanitize_text_field',
    'oembed' => 'esc_url_raw',
    et...

    #15813
    Anh TranAnh Tran
    Keymaster

    Hi Joe, please update to the latest version 5.1.1 which has just been release a few minutes ago. This bug has been fixed.

    #15826
    Joe AndersonJoe Anderson
    Participant

    Awesome, thanks! Working great now.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.