apply_filters( 'enclosure_links', string[] $post_links , int $post_id )
Filters the list of enclosure links before querying the database.
Description
Allows for the addition and/or removal of potential enclosures to save to postmeta before checking the database for existing enclosures.
Parameters
- $post_links
-
An array of enclosure links.
- $post_id
-
Post ID.
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |