wp_ajax_oembed_cache() In this article Table of ContentsSource Related Changelog ↑ Back to top Handles oEmbed caching via AJAX. Source function wp_ajax_oembed_cache() { $GLOBALS['wp_embed']->cache_oembed( $_GET['post'] ); wp_die( 0 ); } View all references View on Trac View on GitHub Related UsesDescriptionwp_die()wp-includes/functions.phpKills WordPress execution and displays HTML page with an error message. Changelog VersionDescription3.1.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.