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



customize_post_value_set_{$setting_id} › WordPress Action Hooks

Since4.4.0
Deprecatedn/a
do_action( "customize_post_value_set_{$setting_id}", $value, $this )
Parameters: (2)
  • () value Unsanitized setting post value.
    Required: Yes
  • () manager WP_Customize_Manager instance.
    Required: Yes
Defined at:
Codex:

Announces when a specific setting's unsanitized post value has been set.

Fires when the WP_Customize_Manager::set_post_value() method is called. The dynamic portion of the hook name, `$setting_id`, refers to the setting ID.




Source

do_action( "customize_post_value_set_{$setting_id}", $value, $this );