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



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

Seit4.1.0
Veraltetn/v
do_action( "customize_preview_{$this->type}", $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->type`, refers to the setting type.




Quellcode

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