author_feed_link

最后更新于:2021-11-25 20:35:13

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

Filters the feed link for a given author.

参数

$link

(string)
The author feed link.

$feed

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

源文件

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

View on Trac