WP_Customize_Panel::render()
Panel containers are now rendered in JS by default, see WP_Customize_Panel::print_template().
{} It's a method of the class: WP_Customize_Panel{}
No Hooks.
Return
null
. Nothing.
Usage
// protected - for code of main (parent) or child class $result = $this->render();
Changelog
Since 4.0.0 | Introduced. |
Code of WP_Customize_Panel::render() WP Customize Panel::render WP 5.9.3
protected function render() {}