apply_filters( 'get_enclosed', array $pung, int $post_id )

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


Description


Parameters

$pung

(array) Array of enclosures for the given post.

$post_id

(int) Post ID.


Top ↑

Source

File: wp-includes/post.php

View on Trac


Top ↑

Changelog

Version Description
2.0.0 Introduced.