wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_text_rss › WordPress Filter Hooks

Since1.5.0
Deprecatedn/a
apply_filters( 'comment_text_rss', $comment_text )
Parameters:
  • (string) $comment_text The content of the current comment.
    Required: Yes
Defined at:
Codex:

Filters the current comment content for use in a feed.





Source

$comment_text = apply_filters( 'comment_text_rss', $comment_text );