Used By
Used By | Description |
---|---|
wp-includes/rest-api/class-wp-rest-request.php: WP_REST_Request::get_header_as_array() | Retrieves header values from the request. |
wp-includes/rest-api/class-wp-rest-request.php: WP_REST_Request::set_header() | Sets the header on request. |
wp-includes/rest-api/class-wp-rest-request.php: WP_REST_Request::add_header() | Appends a header value for the given header. |
wp-includes/rest-api/class-wp-rest-request.php: WP_REST_Request::remove_header() | Removes all values for a header. |
wp-includes/rest-api/class-wp-rest-request.php: WP_REST_Request::get_header() | Retrieves the given header from the request. |