wp_ajax_oembed_cache

Advertisement

Summery Summery

Ajax handler for oEmbed caching.

Syntax Syntax

wp_ajax_oembed_cache()

Source Source

File: wp-admin/includes/ajax-actions.php

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

Advertisement

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Advertisement

Leave a Reply