WP_Customize_Panel::render() – Render the panel container, and then its contents (via `this->render_content()`) in a subclass.

You appear to be a bot. Output may be restricted

Description

Render the panel container, and then its contents (via `this->render_content()`) in a subclass.

Panel containers are now rendered in JS by default, see WP_Customize_Panel::print_template().

Usage

WP_Customize_Panel::render();

Parameters

Returns

void

Source

File name: wordpress/wp-includes/class-wp-customize-panel.php
Lines:

1 to 1 of 1
  protected function render() {}
 

 View on GitHub View on Trac