Summery Summery
Delete all oEmbed caches. Unused by core as of 4.0.0.
Syntax Syntax
Parameters Parameters
- $post_ID
-
(Required) Post ID to delete the caches for.
Source Source
File: wp-includes/class-wp-embed.php
wp_slash(
array_merge(
$insert_post_args,
array(
'post_content' => '{{unknown}}',
)
)
)
);
}
if ( $has_kses ) {