wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_ajax_oembed_cache › WordPress Function

Since3.1.0
Deprecatedn/a
wp_ajax_oembed_cache ( No parameters )
Defined at:
Codex:

Handles oEmbed caching via AJAX.



Source

function wp_ajax_oembed_cache() {
	$GLOBALS['wp_embed']->cache_oembed( $_GET['post'] );
	wp_die( 0 );
}