Uses
| Uses | Description |
|---|---|
| wp-includes/pluggable.php: notify_moderator | Filters whether to send the site moderator email notifications, overriding the site setting. |
| wp-includes/pluggable.php: wp_notify_moderator() | Notifies the moderator of the site about a new comment that is awaiting approval. |
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
| wp-includes/comment.php: get_comment() | Retrieves comment data given a comment ID or comment object. |