wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_oembed_register_route › WordPress Function

Since4.4.0
Deprecatedn/a
wp_oembed_register_route ( No parameters )
Defined at:
Codex:

Registers the oEmbed REST API route.



Source

function wp_oembed_register_route() {
	$controller = new WP_oEmbed_Controller();
	$controller->register_routes();
}