« Previous
Restrict Content Pro
Restrict Content Pro
Next »
Getting Started
Getting Started
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.
1 | remove_action( 'comment_post', 'learndash_notifications_assignment_essay_comment_left', 10 ); |