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



customize_post_value_set_{$setting_id} › WordPress Action Hooks

Seit4.4.0
Veraltetn/v
do_action( "customize_post_value_set_{$setting_id}", $value, $this )
Parameter: (2)
  • () value Unsanitized setting post value.
    Erforderlich: Ja
  • () manager WP_Customize_Manager instance.
    Erforderlich: Ja
Definiert in:
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.




Quellcode

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