post_type_archive_feed_link

最后更新于:2021-11-27 17:41:25

apply_filters( ‘post_type_archive_feed_link’, string $link, string $feed )

Filters the post type archive feed link.

参数

$link

(string)
The post type archive feed link.

$feed

(string)
Feed type. Possible values include ‘rss2’, ‘atom’.

源文件

文件: gc-includes/link-template.php

View on Trac