Uses
Uses | Description |
---|---|
wp-includes/comment.php: notify_post_author | Filters whether to send the post author new comment notification emails, overriding the site setting. |
wp-includes/pluggable.php: wp_notify_postauthor() | Notify an author (and/or others) of a comment/trackback/pingback on a post. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/comment.php: get_comment() | Retrieves comment data given a comment ID or comment object. |