WP_Ability::get_output_schemapublicWP 6.9.0

Retrieves the output schema for the ability.

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

Хуков нет.

Возвращает

Массив<Строку,. mixed> The output schema for the ability.

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

$WP_Ability = new WP_Ability();
$WP_Ability->get_output_schema(): array;

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

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

Код WP_Ability::get_output_schema() WP 7.0.2

public function get_output_schema(): array {
	return $this->output_schema;
}