do_enclose
do_enclose ( $content, $post )
Parameters:- (string|null) content Post content. If `null`, the `post_content` field from `$post` is used.
- (int|WP_Post) post Post ID or post object.
Returns:- (void|false) Void on success, false if the post is not found.
Defined at:Change Log: - Introduced in WordPress: 1.5.0
- Deprecated in WordPress: —
Description
Checks content for video and audio links to add as enclosures.Will not add enclosures that have already been added and will
remove enclosures that are no longer in the post. This is called as
pingbacks and trackbacks.