Summery Summery
Retrieves links for the response.
Syntax Syntax
Return Return
(array) List of links.
Source Source
File: wp-includes/rest-api/class-wp-rest-response.php
public function get_links() { return $this->links; }
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |