wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



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

Da3.4.0
Deprecaton/a
do_action( "customize_render_control_{$this->id}", $this )
Parametri:
  • (WP_Customize_Control) $control WP_Customize_Control instance.
    Richiesto:
Definito a:
Codex:

Fires just before a specific Customizer control is rendered.

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





Sorgenti

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