Delete all oEmbed caches. Unused by core as of 4.0.0.
WP_Embed::cache_oembed
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().
Advertisement
WP_Embed::maybe_make_link
Conditionally makes a hyperlink based on an internal class variable.
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.
Advertisement
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().
WP_Embed::delete_oembed_caches
Delete all oEmbed caches. Unused by core as of 4.0.0.
WP_Embed::cache_oembed
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.
Advertisement
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.
WP_Embed::find_oembed_post_id
Find the oEmbed cache post ID for a given cache key.