wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



customize_render_control_{$this->id} › Les Actions WordPress

Depuis3.4.0
Dépréciéen/a
do_action( "customize_render_control_{$this->id}", $this )
Paramètres:
  • (WP_Customize_Control) $control WP_Customize_Control instance.
    Requis: Oui
Défini(e) dans:
Codex:

Fires just before a specific Customizer control is rendered.

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





Source

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