WP_Ability::get_input_schema
Retrieves the input schema for the ability.
Method of the class: WP_Ability{}
No Hooks.
Returns
Array
Usage
$WP_Ability = new WP_Ability(); $WP_Ability->get_input_schema(): array;
Changelog
| Since 6.9.0 | Introduced. |
WP_Ability::get_input_schema() WP Ability::get input schema code WP 7.0
public function get_input_schema(): array {
return $this->input_schema;
}