wpseek.com
A WordPress-centric search engine for devs and theme authors



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

Since3.4.0
Deprecatedn/a
do_action( "customize_render_control_{$this->id}", $this )
Parameters:
  • (WP_Customize_Control) $control WP_Customize_Control instance.
    Required: Yes
Defined at:
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 );