Removes an HTTP header from the current response.
$keystringrequired
public function remove_header( $key ) {
header_remove( $key );
}
| Version | Description |
|---|---|
| 4.8.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_rest_server/remove_header