WP_REST_Search_Handler::prepare_item_links( int $id )
Prepares links for the search result of a given ID.
Description Description
Parameters Parameters
- $id
-
(int) (Required) Item ID.
Return Return
(array) Links for the given item.
Source Source
File: wp-includes/rest-api/search/class-wp-rest-search-handler.php
abstract public function prepare_item_links( $id );
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |