apply_filters( 'enclosure_links', array $post_links, int $post_ID )

Filters the list of enclosure links before querying the database.


Description Description

Allows for the addition and/or removal of potential enclosures to save to postmeta before checking the database for existing enclosures.


Parameters Parameters

$post_links

(array) An array of enclosure links.

$post_ID

(int) Post ID.


Top ↑

Source Source

File: wp-includes/functions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.