首页 WordPress函数大全 get_author_feed_link()

get_author_feed_link()

2020-05-01 / 4566阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

get_author_feed_link( int $author_id, string $feed = '' )

Retrieves the feed link for a given author.

描述

Returns a link to the feed for all posts by a given author. A specific feed can be requested or left blank to get the default feed.

参数

$author_id

(int)
(Required)
Author ID.

$feed

(string)
(Optional)
Feed type. Possible values include 'rss2', 'atom'. Default is the value of get_default_feed().

Default value: ''

返回

(string) Link to the feed for the author specified by $author_id.

大家谈论
    我的见解