get_enclosed
最后更新于:2021-11-26 22:34:04
apply_filters( ‘get_enclosed’, string[] $pung, int $post_id )
Filters the list of enclosures already enclosed for the given post.
参数
- $pung
-
(string[])
Array of enclosures for the given post.
- $post_id
-
(int)
Post ID.
源文件
文件: gc-includes/post.php
View on Trac