Retrieves the oEmbed response data for a given URL.
get_oembed_response_data
Retrieves the oEmbed response data for a given post.
get_post_embed_html
Retrieves the embed code for a specific post.
get_oembed_endpoint_url
Retrieves the oEmbed endpoint URL for a given permalink.
Advertisement
get_post_embed_url
Retrieves the URL to embed a specific post in an iframe.
wp_oembed_add_host_js
Adds the necessary JavaScript to communicate with the embedded iframes.
wp_oembed_add_discovery_links
Adds oEmbed discovery links in the website .
wp_oembed_register_route
Registers the oEmbed REST API route.
Advertisement
wp_embed_handler_video
Video embed handler callback.
wp_embed_handler_audio
Audio embed handler callback.
wp_embed_handler_youtube
YouTube iframe embed handler callback.
wp_maybe_load_embeds
Determines if default embed handlers should be loaded.
Advertisement
wp_oembed_remove_provider
Removes an oEmbed provider.
wp_oembed_add_provider
Adds a URL format and oEmbed provider URL pair.
_wp_oembed_get_object
Returns the initialized WP_oEmbed object.