WP_Theme_JSON_Data::get_theme_json()publicWP 6.6.0

Returns theme JSON object.

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

Хуков нет.

Возвращает

WP_Theme_JSON. The theme JSON structure stored in this data object.

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

$WP_Theme_JSON_Data = new WP_Theme_JSON_Data();
$WP_Theme_JSON_Data->get_theme_json();

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

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

Код WP_Theme_JSON_Data::get_theme_json() WP 6.6.2

public function get_theme_json() {
	return $this->theme_json;
}