apply_filters( 'comment_notification_notify_author', bool $notify, int $comment_id )

Filters whether to notify comment authors of their comments on their own posts.

Description

By default, comment authors aren’t notified of their comments on their own posts. This filter allows you to override that.

Parameters

$notify

(bool) Whether to notify the post author of their own comment. Default false.

$comment_id

(int) The comment ID.

Source

File: bp-core/bp-core-wp-emails.php

Changelog

Changelog
Version Description
BuddyPress 3.8.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.