Filters the list of enclosures already enclosed for the given post.
Parameters
$pung
string[]- Array of enclosures for the given post.
$post_id
int- Post ID.
Source
return apply_filters( 'get_enclosed', $pung, $post_id );
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.