WP_Customize_Panel::render()protectedWP 4.0.0

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().

Метод класса: WP_Customize_Panel{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->render();

Список изменений

С версии 4.0.0 Введена.

Код WP_Customize_Panel::render() WP 6.5.2

protected function render() {}