WP_Customize_Panel::render_content()protectedWP 4.1.0

Render the panel UI in a subclass.

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

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

Хуков нет.

Возвращает

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

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

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

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

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

Код WP_Customize_Panel::render_content() WP 6.4.3

protected function render_content() {}