WP_Customize_Control::content_template()protectedWP 4.1.0

An Underscore (JS) template for this control's content (but not its container).

Class variables for this control class are available in the data JS object; export custom variables by overriding WP_Customize_Control::to_json().

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

Хуков нет.

Возвращает

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

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

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

Заметки

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

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

Код WP_Customize_Control::content_template() WP 6.4.3

protected function content_template() {}