W3cubDocs

/WordPress

apply_filters( "customize_value_{$id_base}", mixed $default, WP_Customize_Setting $this )

Filters a Customize setting value not handled as a theme_mod or option.

Description

The dynamic portion of the hook name, $id_base, refers to the base slug of the setting name, initialized from $this->id_data['base'].

For settings handled as theme_mods or options, see those corresponding functions for available hooks.

Parameters

$default

(mixed) The setting default value. Default empty.

$this

(WP_Customize_Setting) The setting instance.

Source

File: wp-includes/class-wp-customize-setting.php

View on Trac

Changelog

Version Description
4.6.0 Added the $this setting instance as the second parameter.
3.4.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/customize_value_id_base