Triggers a caching of all oEmbed results.
WP_Embed::autoembed
Passes any unlinked URLs that are on their own line to WP_Embed::shortcode() for potential embedding.
WP_Embed::autoembed_callback
Callback function for WP_Embed::autoembed().
WP_Embed::maybe_make_link
Conditionally makes a hyperlink based on an internal class variable.
Advertisement
WP_Embed::find_oembed_post_id
Find the oEmbed cache post ID for a given cache key.
WP_Embed::__construct
Constructor
WP_Embed::run_shortcode
Process the [embed] shortcode.
WP_Embed::maybe_run_ajax_cache
If a post/page was saved, then output JavaScript to make an Ajax request that will call WP_Embed::cache_oembed().
Advertisement
WP_Embed::register_handler
Registers an embed handler.
WP_Embed::unregister_handler
Unregisters a previously-registered embed handler.
WP_Embed::shortcode
The do_shortcode() callback function.
WP_Embed::delete_oembed_caches
Delete all oEmbed caches. Unused by core as of 4.0.0.
Advertisement
WP_Embed::register_handler
Registers an embed handler.
WP_Embed::unregister_handler
Unregisters a previously-registered embed handler.
WP_Embed::shortcode
The do_shortcode() callback function.