- Timestamp:
- 09/05/2019 11:04:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-response.php
r43582 r46069 77 77 * @since 4.4.0 78 78 * 79 * @param 80 * @param 81 * 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. 82 82 */ 83 83 public function remove_link( $rel, $href = null ) {
Note: See TracChangeset
for help on using the changeset viewer.