get_author_rss_link

Definition:
function get_author_rss_link($echo = false, $author_id = 1) {}

Print/Return link to author RSS feed.

Parameters

  • bool $echo
  • int $author_id

Source code

function get_author_rss_link($echo = false, $author_id = 1) {

	_deprecated_function( __FUNCTION__, '2.5', 'get_author_feed_link()' );



	$link = get_author_feed_link($author_id);

	if ( $echo )

		echo $link;

	return $link;

}

1174

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: