wpseek.com
A WordPress-centric search engine for devs and theme authors



get_enclosed › WordPress Filter Hooks

Since2.0.0
Deprecatedn/a
apply_filters( 'get_enclosed', $pung, $post_id )
Parameters: (2)
  • () pung Array of enclosures for the given post.
    Required: Yes
  • () post_id Post ID.
    Required: Yes
Defined at:
Codex:

Filters the list of enclosures already enclosed for the given post.





Source

return apply_filters( 'get_enclosed', $pung, $post_id );