customize_render_panel_{$this->id}

customize_render_panel_{$this->id}

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

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

  • /wp-includes/class-wp-customize-panel.php line 292
    		 * the ID of the specific Customizer panel to be rendered.
    		 *
    		 * @since 4.0.0
    		 */
    		do_action( "customize_render_panel_{$this->id}" );
    
    		$this->render();
    	}
    
    	/**
    	 * Render the panel container, and then its contents (via `this->render_content()`) in a subclass.