LearnDash

Updated

LearnDash Comment Notifications

If you have enabled comments on Essays within LearnDash, you may find that the LearnDash comment notification is sent in addition to the one from BNFW. To disable the LearnDash Essay Comment notification, just add the below code to your functions.php file.

[cc lang=”php”]

remove_action( ‘comment_post’, ‘learndash_notifications_assignment_essay_comment_left’, 10 );

[/cc]