Prepares links for the search result.
Parameters
$id
stringrequired- Item ID, the post format slug.
Source
public function prepare_item_links( $id ) {
return array();
}
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |
Prepares links for the search result.
$id
stringrequiredpublic function prepare_item_links( $id ) {
return array();
}
Version | Description |
---|---|
5.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.