WP_Ability::get_output_schema(): array<string, In this article Table of ContentsReturn Source Related Changelog ↑ Back to top 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; } View all references View on Trac View on GitHub Related Used byDescriptionWP_Ability::validate_output()wp-includes/abilities-api/class-wp-ability.phpValidates output data against the output schema. Changelog VersionDescription6.9.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.