Text/input fields not saving “0” as value
-
This conditional from get_posted_field() function forces “0” value not be accepted for any input field:
return $value ? $this->sanitize_posted_field( $value, $field[‘sanitizer’] ) : ”;
Isn’t it an issue? How can it be fixed?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Text/input fields not saving “0” as value’ is closed to new replies.