apply_filters( 'jb_settings_sanitize_{$key}', $value ) → {mixed}
Filters settings sanitizing value on save handler.
Note: It's the filter for custom settings field's sanitizing. $key - is the field's 'id'
Parameters:
Name | Type | Description |
---|---|---|
$value |
mixed | Options value before sanitizing |
- Since:
- 1.1.0
- Source:
Returns:
Maybe sanitized option value.
- Type
- mixed