_oembed_rest_pre_serve_request
- %1$s is private and should not be used in themes or plugins directly.
_oembed_rest_pre_serve_request ( $served, $result, $request, $server )
Access:Parameters:- (bool) served Whether the request has already been served.
- (WP_HTTP_Response) result Result to send to the client. Usually a `WP_REST_Response`.
- (WP_REST_Request) request Request used to generate the response.
- (WP_REST_Server) server Server instance.
Returns:Defined at: - Introduced in WordPress: 4.4.0
- Deprecated in WordPress: —
Description
Hooks into the REST API output to print XML instead of JSON.This is only done for the oEmbed API endpoint,
which supports both formats.