wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_oembed_register_route › WordPress Function

Since4.4.0
已弃用n/a
wp_oembed_register_route ( 没有参数 )
定义在:
文档:

Registers the oEmbed REST API route.



源码

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