wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



customize_value_{$id_base} › WordPress Filter Hooks

Seit4.6.0
Veraltetn/v
apply_filters( "customize_value_{$id_base}", $value, $this )
Parameter: (2)
  • () default_value The setting default value. Default empty.
    Erforderlich: Ja
  • () setting The setting instance.
    Erforderlich: Ja
Definiert in:
Codex:

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

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.




Quellcode

$value = apply_filters( "customize_value_{$id_base}", $value, $this );