WP_Ability::get_input_schema(): array<string,

In this article

Retrieves the input schema for the ability.

Return

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

Source

public function get_input_schema(): array {
	return $this->input_schema;
}

Changelog

VersionDescription
6.9.0Introduced.

User Contributed Notes

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