wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_enclosed › WordPress Filter Hooks

Seit2.0.0
Veraltetn/v
apply_filters( 'get_enclosed', $pung, $post_id )
Parameter: (2)
  • () pung Array of enclosures for the given post.
    Erforderlich: Ja
  • () post_id Post ID.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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