Parsed: 116428
<?php #[AllowDynamicProperties] /* class WP_Embed */ /* function WP_Embed::__construct() – Constructor */ /* function WP_Embed::run_shortcode() – Process the [embed] shortcode. */ /* function 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(). */ /* function WP_Embed::register_handler() – Registers an embed handler. */ /* function WP_Embed::unregister_handler() – Unregisters a previously-registered embed handler. */ /* function WP_Embed::get_embed_handler_html() – Returns embed HTML for a given URL from embed handlers. */ /* function WP_Embed::shortcode() – The do_shortcode() callback function. */ /* function WP_Embed::delete_oembed_caches() – Delete all oEmbed caches. Unused by core as of 4.0.0. */ /* function WP_Embed::cache_oembed() – Triggers a caching of all oEmbed results. */ /* function WP_Embed::autoembed() – Passes any unlinked URLs that are on their own line to WP_Embed::shortcode() for potential embedding. */ /* function WP_Embed::autoembed_callback() – Callback function for WP_Embed::autoembed(). */ /* function WP_Embed::maybe_make_link() – Conditionally makes a hyperlink based on an internal class variable. */ /* function WP_Embed::find_oembed_post_id() – Find the oEmbed cache post ID for a given cache key. */