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



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

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

Fires just before a specific Customizer control is rendered.

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




Quellcode

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