[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-includes/ -> class-wp-oembed-controller.php (summary)

WP_oEmbed_Controller class, used to provide an oEmbed endpoint.

File Size: 245 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions

  register_routes()
  get_item()
  get_proxy_item_permissions_check()
  get_proxy_item()

Functions
Functions that are not part of a class:

register_routes()   X-Ref
Register the oEmbed REST API route.

since: 4.4.0

get_item( $request )   X-Ref
Callback for the embed API endpoint.

Returns the JSON object for the post.

param: WP_REST_Request $request Full data about the request.
return: array|WP_Error oEmbed response data or WP_Error on failure.
since: 4.4.0

get_proxy_item_permissions_check()   X-Ref
Checks if current user can make a proxy oEmbed request.

return: true|WP_Error True if the request has read access, WP_Error object otherwise.
since: 4.8.0

get_proxy_item( $request )   X-Ref
Callback for the proxy API endpoint.

Returns the JSON object for the proxied item.

param: WP_REST_Request $request Full data about the request.
return: object|WP_Error oEmbed response data or WP_Error on failure.
since: 4.8.0



Generated: Sat Apr 20 01:00:03 2024 Cross-referenced by PHPXref 0.7.1