We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@access
WP_oEmbed_Controller
1 parent e6ee032 commit ab71d50Copy full SHA for ab71d50
src/wp-includes/class-wp-oembed-controller.php
@@ -20,6 +20,7 @@ final class WP_oEmbed_Controller {
20
* Register the oEmbed REST API route.
21
*
22
* @since 4.4.0
23
+ * @access public
24
*/
25
public function register_routes() {
26
/**
@@ -59,6 +60,7 @@ public function register_routes() {
59
60
* Returns the JSON object for the post.
61
62
63
64
65
* @param WP_REST_Request $request Full data about the request.
66
* @return WP_Error|array oEmbed response data or WP_Error on failure.
0 commit comments