feed_link

最后更新于:2021-11-26 09:48:24

apply_filters( ‘feed_link’, string $output, string $feed )

Filters the feed type permalink.

参数

$output

(string)
The feed permalink.

$feed

(string)
The feed type. Possible values include ‘rss2’, ‘atom’, or an empty string for the default feed type.

源文件

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

View on Trac