wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_oembed_register_route › WordPress Function

Seit4.4.0
Veraltetn/v
wp_oembed_register_route ( Keine Parameter )
Definiert in:
Codex:

Registers the oEmbed REST API route.



Quellcode

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