WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_text_rss

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/feed.php apply_filters 363 /**
* Filters the current comment content for use in a feed.
*
* @since 1.5.0
*
* @param string $comment_text The content of the current comment.
*/

Hook Parameters

Parameter Type Name Description
string $comment_text The content of the current comment.