WP_Customize_Section::render()protectedWP 3.4.0

Render the section UI in a subclass.

Sections are now rendered in JS by default, see WP_Customize_Section::print_template().

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

Хуков нет.

Возвращает

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

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

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

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

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

Код WP_Customize_Section::render() WP 6.4.3

protected function render() {}