wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



comment_author_rss › WordPress Filter Hooks

Da1.5.0
Deprecaton/a
apply_filters( 'comment_author_rss', get_comment_author()
Parametri:
  • (string) $comment_author The current comment author.
    Richiesto:
Definito a:
Codex:

Filters the current comment author for use in a feed.





Sorgenti

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