wpseek.com
A WordPress-centric search engine for devs and theme authors



customize_update_{$this->type} › WordPress Action Hooks

Since3.4.0
Deprecatedn/a
do_action( "customize_update_{$this->type}", $value, $this )
Parameters: (2)
  • () value Value of the setting.
    Required: Yes
  • () setting WP_Customize_Setting instance.
    Required: Yes
Defined at:
Codex:

Fires when the WP_Customize_Setting::update() method is called for settings not handled as theme_mods or options.

The dynamic portion of the hook name, `$this->type`, refers to the type of setting.




Source

do_action( "customize_update_{$this->type}", $value, $this );