Changeset 61112
- Timestamp:
- 11/01/2025 10:50:55 PM (11 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-response.php
r60249 r61112 77 77 * @since 4.4.0 78 78 * 79 * @param string $rel Link relation. Either an IANA registered type, or an absolute URL.80 * @param string $href Optional. Only remove links for the relation matching the given href.81 * Default null.79 * @param string $rel Link relation. Either an IANA registered type, or an absolute URL. 80 * @param string|null $href Optional. Only remove links for the relation matching the given href. 81 * Default null. 82 82 */ 83 83 public function remove_link( $rel, $href = null ) {
Note: See TracChangeset
for help on using the changeset viewer.