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:
  • 5: .
  • 5: .

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.

Related Functions

atom_enclosure, do_all_enclosures, get_enclosed, rss_enclosure, debug_fclose

Top Google Results

User discussions

wpseek mobile