Changeset 61114
- Timestamp:
- 11/03/2025 04:47:50 PM (10 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-server.php
r61113 r61114 656 656 657 657 /** 658 * Gets the target links for a REST API Link.658 * Gets the target hints for a REST API Link. 659 659 * 660 660 * @since 6.7.0 661 661 * 662 * @param array $link 663 * 662 * @param array $link The link to get target hints for. 664 663 * @return array|null 665 664 */ … … 765 764 * @param array $data Data from the request. 766 765 * @param bool|string[] $embed Whether to embed all links or a filtered list of link relations. 766 * Default true. 767 767 * @return array { 768 768 * Data with sub-requests embedded.
Note: See TracChangeset
for help on using the changeset viewer.