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



customize_save_{$id_base} › WordPress Action Hooks

Seit3.4.0
Veraltetn/v
do_action( "customize_save_{$id_base}", $this )
Parameter:
  • () setting WP_Customize_Setting instance.
    Erforderlich: Ja
Definiert in:
Codex:

Fires when the WP_Customize_Setting::save() method is called.

The dynamic portion of the hook name, `$id_base` refers to the base slug of the setting name.




Quellcode

do_action( "customize_save_{$id_base}", $this );