apply_filters( "customize_sanitize_{$this->id}", mixed $value , WP_Customize_Setting $this )
Filters a Customize setting value in un-slashed form.
Parameters
- $value
-
Value of the setting.
- $this
-
WP_Customize_Setting instance.
Source
Changelog
Version | Description |
---|---|
WP-3.4.0 | Introduced. |