get_comment_author_rss

Definition:
function get_comment_author_rss() {}

Retrieve the current comment author for use in the feeds.

Return values

returns:Comment Author

Defined filters

  • comment_author_rss
    apply_filters('comment_author_rss', get_comment_author()

Source code

function get_comment_author_rss() {

	return apply_filters('comment_author_rss', get_comment_author() );

}

1300

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

Leave a comment