Uses
Uses | Description |
---|---|
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/feed.php: comment_text_rss | Filters the current comment content for use in a feed. |
wp-includes/comment-template.php: get_comment_text() | Retrieves the text of the current comment. |