Description
Callback for the proxy API endpoint. Returns the JSON object for the proxied item.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-oembed-controller.php | 226 |
wp-includes/class-wp-oembed.php | 428 |
Parameters
Type | Name | Description |
---|---|---|
WP_REST_Request | $request | Full data about the request. |
PHP Doc
/**
* Callback for the proxy API endpoint.
*
* Returns the JSON object for the proxied item.
*
* @since 4.8.0
*
* @see WP_oEmbed::get_html()
* @global WP_Embed $wp_embed WordPress Embed object.
* @global WP_Scripts $wp_scripts
*
* @param WP_REST_Request $request Full data about the request.
* @return object|WP_Error oEmbed response data or WP_Error on failure.
*/