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



customize_preview_{$this->id} › WordPress Action Hooks

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

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

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




Quellcode

do_action( "customize_preview_{$this->id}", $this );