WP_Embed::get_embed_handler_html()
Method: Returns embed HTML for a given URL from embed handlers.
Source: wp-includes/class-wp-embed.php:149
Method: Returns embed HTML for a given URL from embed handlers.
Source: wp-includes/class-wp-embed.php:149
Method: Finds the oEmbed cache post ID for a given cache key.
Source: wp-includes/class-wp-embed.php:504
Filter Hook: Filters the oEmbed TTL value (time to live).
Source: wp-includes/class-wp-embed.php:249
Method: Triggers a caching of all oEmbed results.
Source: wp-includes/class-wp-embed.php:404
Filter Hook: Filters the array of post types to cache oEmbed results for.
Source: wp-includes/class-wp-embed.php:416
Method: Passes any unlinked URLs that are on their own line to WP_Embed::shortcode() for potential embedding.
Source: wp-includes/class-wp-embed.php:442
Method: Callback function for WP_Embed::autoembed().
Source: wp-includes/class-wp-embed.php:463
Method: Conditionally makes a hyperlink based on an internal class variable.
Source: wp-includes/class-wp-embed.php:478
Filter Hook: Filters the returned, maybe-linked embed URL.
Source: wp-includes/class-wp-embed.php:493
Filter Hook: Filters the cached oEmbed HTML.
Source: wp-includes/class-wp-embed.php:291
Filter Hook: Filters whether to inspect the given URL for discoverable link tags.
Source: wp-includes/class-wp-embed.php:305
Method: Deletes all oEmbed caches. Unused by core as of 4.0.0.
Source: wp-includes/class-wp-embed.php:386
Class: API for easily embedding rich media such as videos and images into content.
Source: wp-includes/class-wp-embed.php:10
Method: Constructor
Source: wp-includes/class-wp-embed.php:31
Method: Processes the [embed] shortcode.
Source: wp-includes/class-wp-embed.php:62
Method: If a post/page was saved, then output JavaScript to make an Ajax request that will call WP_Embed::cache_oembed().
Source: wp-includes/class-wp-embed.php:84
Method: Registers an embed handler.
Source: wp-includes/class-wp-embed.php:113
Method: Unregisters a previously-registered embed handler.
Source: wp-includes/class-wp-embed.php:128
Method: The do_shortcode() callback function.
Source: wp-includes/class-wp-embed.php:196
Filter Hook: Filters the returned embed HTML.
Source: wp-includes/class-wp-embed.php:170