WP_Ability::get_output_schema(): array<string,

In this article

Retrieves the output schema for the ability.

Return

array<string, mixed> The output schema for the ability.

Source

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

Changelog

VersionDescription
6.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.