enclosure_links

最后更新于:2021-11-26 09:15:40

apply_filters( ‘enclosure_links’, string[] $post_links, int $post_ID )

Filters the list of enclosure links before querying the database.

参数

$post_links

(string[])
An array of enclosure links.

$post_ID

(int)
Post ID.

源文件

文件: gc-includes/functions.php

View on Trac