customize_render_control_{$this->id}

customize_render_control_{$this->id}

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('customize_render_control_{$this->id}') is found 1 times:

  • /wp-includes/class-wp-customize-control.php line 415
    		 * @since 3.4.0
    		 *
    		 * @param WP_Customize_Control $control WP_Customize_Control instance.
    		 */
    		do_action( "customize_render_control_{$this->id}", $this );
    
    		$this->render();
    	}
    
    	/**
    	 * Renders the control wrapper and calls $this->render_content() for the internals.