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_author_rss | Filters the current comment author for use in a feed. |
wp-includes/comment-template.php: get_comment_author() | Retrieves the author of the current comment. |