Filters the post’s schema.
The dynamic portion of the filter, $this->post_type, refers to the post type slug for the controller.
Possible hook names include:
rest_post_item_schemarest_page_item_schemarest_attachment_item_schema$schemaarray
$schema = apply_filters( "rest_{$this->post_type}_item_schema", $schema );
| Version | Description |
|---|---|
| 5.4.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_this-post_type_item_schema