customize_render_control

customize_render_control

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('customize_render_control') is found 1 times:

  • /wp-includes/class-wp-customize-control.php line 403
    		 * @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.