Learndash_Admin_Post_Edit::post_clear_oembed_cache( integer $post_id )
Clear the Post oEmbed cache.
Description Description
This is mostly needed for Lessons and Topics when using the Video Progression logic. But we are supporting this on all LD post types.
Parameters Parameters
- $post_id
-
(Required) ID of Post to clear cache for.
Source Source
File: includes/admin/class-learndash-admin-posts-edit.php
Changelog Changelog
Version | Description |
---|---|
3.1.4 | Introduced. |