wp_ajax_oembed_cache()

Ajax handler for oEmbed caching.


Description Description


Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.