apply_filters( "customize_sanitize_{$this->id}", mixed $value, WP_Customize_Setting $setting )

Filters a Customize setting value in un-slashed form.


Parameters

$value mixed
Value of the setting.
$setting WP_Customize_Setting

Top ↑

Source

File: wp-includes/class-wp-customize-setting.php. View all references

return apply_filters( "customize_sanitize_{$this->id}", $value, $this );


Top ↑

Changelog

Changelog
Version Description
3.4.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.