[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
REST API: WP_REST_Term_Search_Handler class
File Size: | 156 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
WP_REST_Term_Search_Handler:: (4 methods):
__construct()
search_items()
prepare_item()
prepare_item_links()
Class: WP_REST_Term_Search_Handler - X-Ref
Core class representing a search handler for terms in the REST API.__construct() X-Ref |
Constructor. since: 5.6.0 |
search_items( WP_REST_Request $request ) X-Ref |
Searches the object type content for a given search request. return: array Associative array containing an `WP_REST_Search_Handler::RESULT_IDS` containing param: WP_REST_Request $request Full REST request. since: 5.6.0 |
prepare_item( $id, array $fields ) X-Ref |
Prepares the search result for a given ID. return: array Associative array containing all fields for the item. param: int $id Item ID. param: array $fields Fields to include for the item. since: 5.6.0 |
prepare_item_links( $id ) X-Ref |
Prepares links for the search result of a given ID. return: array Links for the given item. param: int $id Item ID. since: 5.6.0 |
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |