customize_render_control, $this
customize_render_control, $this
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('customize_render_control, $this') is found 1 times:
- /wp-includes/class-wp-customize-control.php line 408
* @since 3.4.0 * * @param WP_Customize_Control $control WP_Customize_Control instance. */ do_action( 'customize_render_control', $this ); /** * Fires just before a specific Customizer control is rendered. * * The dynamic portion of the hook name, `$this->id`, refers to * the control ID.