wp_oembed_register_route() In this article Table of ContentsSource Changelog ↑ Back to top Registers the oEmbed REST API route. Source function wp_oembed_register_route() { $controller = new WP_oEmbed_Controller(); $controller->register_routes(); } View all references View on Trac View on GitHub Changelog VersionDescription4.4.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.