wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



comment_author_rss › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'comment_author_rss', get_comment_author()
Parameter:
  • (string) $comment_author The current comment author.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the current comment author for use in a feed.





Quellcode

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