Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/post.php | apply_filters | 5524 | /** * Filters the list of enclosures already enclosed for the given post. * * @since 2.0.0 * * @param string[] $pung Array of enclosures for the given post. * @param int $post_id Post ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string[] | $pung | Array of enclosures for the given post. |
int | $post_id | Post ID. |