Prepares links for the search result.
Parameters
$idstringrequired- 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.
$idstringrequiredpublic 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.