Skip to content

Instantly share code, notes, and snippets.

@albionselimaj
Created January 21, 2018 11:33
Show Gist options
  • Save albionselimaj/8e786d39a00822e5882aee1c98a76818 to your computer and use it in GitHub Desktop.
Save albionselimaj/8e786d39a00822e5882aee1c98a76818 to your computer and use it in GitHub Desktop.
Disable post author email on new comments
add_filter( 'comment_notification_recipients', '__return_empty_array', PHP_INT_MAX );
add_filter( 'comment_moderation_recipients', '__return_empty_array', PHP_INT_MAX );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment