wpsnoop Fatal error: Cannot redeclare wp_notify_moderator()
If you are dealing with a WordPress issue where a PHP Function wp_notify_moderator() was already declared it is most likely due to a plugin/theme conflict.
wpsnoop scanned and analyzed over 100,000 WordPress plugins and themes to find and locate potential conflicts including functions that share the same name.
This page has information on the 19 places where that function is declared and used in WordPress plugins and themes.
Note: Our database currently only taps into the free themes and plugins available in the publicly available WordPress plugins and themes, if your site uses paid plugins, themes or custom code there may be additional conflicts.
Our database has uncovered 19 different instances of potential conflicts where different plugins or themes share the function name.
Examples of this error include:PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/sendwithus/inc/single_site_overrides.php:137)
This file is part of the WordPress plugin sendwithus and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/multiplemoderators/wp_notify_moderator.php:23)
This file is part of the WordPress plugin Multiple Moderators and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/filter-email-notifications/filter-email-notifications.php:141)
This file is part of the WordPress plugin Filter Email Notifications and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/intensedebate/intensedebate.php:57)
This file is part of the WordPress plugin IntenseDebate and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/private-email-notifications/private-notifications.php:40)
This file is part of the WordPress plugin Private Email Notifications and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/comment-url-filter/notify.php:17)
This file is part of the WordPress plugin Comment URL Filter and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/no-comment/no-comment.php:17)
This file is part of the WordPress plugin No Comment and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/fay-comments-moderators/fay-comments-moderators.php:235)
This file is part of the WordPress plugin WP Comments Moderators and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/custom-comment-notifications/custom-comment-notifications.php:741)
This file is part of the WordPress plugin Custom Comment Notifications and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/manage-notification-emails/modules/pluggable/pluggable-functions-1.5.php:113)
This file is part of the WordPress plugin Manage Notification E-mails and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/expire-password/pluggable.php:1147)
This file is part of the WordPress plugin PassExpire and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/clean-notifications/clean-notifications.php:103)
This file is part of the WordPress plugin Clean Notifications and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/peepso-core/lib/pluggable.php:52)
This file is part of the WordPress plugin PeepSo and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/notifly/notifly.php:788)
This file is part of the WordPress plugin Notifly and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/one-click-comments/one-click-comments.php:195)
This file is part of the WordPress plugin One Click Comments and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/custom-pingback-email/custom_pingback_email.php:88)
This file is part of the WordPress plugin Custom Pingback Email and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/notifycomment/notify-comment.php:16)
This file is part of the WordPress plugin NotifyComment and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/baw-moderator-role/baw_moderator.php:104)
This file is part of the WordPress plugin BAW Moderator Role and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_notify_moderator() (previously declared in wp-content/plugins/enhanced-emails/pluggable.php:444)
This file is part of the WordPress plugin Enhanced Emails and could be interacting with another theme or plugin and causing a fatal error.
The error occurs because two (or more) plugins that you are using are both trying to declare a function with the same name.