wpsnoop Fatal error: Cannot redeclare wp_password_change_notification()

If you are dealing with a WordPress issue where a PHP Function wp_password_change_notification() 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 21 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 21 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_password_change_notification() (previously declared in wp-content/plugins/sendwithus/inc/single_site_overrides.php:238)

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_password_change_notification() (previously declared in wp-content/plugins/wp-notifications-manager/wp-notifications-manager.php:137)

This file is part of the WordPress plugin WP Notifications Manager and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare wp_password_change_notification() (previously declared in wp-content/plugins/disable-new-user-notifications/cwwp-disable-new-user-emails.php:52)

This file is part of the WordPress plugin Disable New User Notifications and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare wp_password_change_notification() (previously declared in wp-content/plugins/disable-password-change-email/disable-password-change-email.php:21)

This file is part of the WordPress plugin Disable Password Change Email and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare wp_password_change_notification() (previously declared in wp-content/plugins/disable-password-changed-notifications/disable-password-changed-notifications.php:15)

This file is part of the WordPress plugin Disable Password Changed Notifications and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare wp_password_change_notification() (previously declared in wp-content/plugins/wh-tweaks/wh-tweaks.php:222)

This file is part of the WordPress plugin WH Tweaks and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare wp_password_change_notification() (previously declared in wp-content/plugins/felix-user-memberships-content-restriction/inc/process/helpers.php:14)

This file is part of the WordPress plugin Felix User Membership Site and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare wp_password_change_notification() (previously declared in wp-content/plugins/wp-custom-emails/includes/core/overrides.php:147)

This file is part of the WordPress plugin WP Custom Emails and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare wp_password_change_notification() (previously declared in wp-content/plugins/manage-notification-emails/modules/pluggable/pluggable-functions-1.5.php:123)

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_password_change_notification() (previously declared in wp-content/plugins/disable-user-password-reset-emails/disable-user-password-reset-emails.php:25)

This file is part of the WordPress plugin Disable User Password Reset Admin Notifications and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare wp_password_change_notification() (previously declared in wp-content/plugins/expire-password/pluggable.php:1228)

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_password_change_notification() (previously declared in wp-content/plugins/peepso-core/lib/pluggable.php:63)

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_password_change_notification() (previously declared in wp-content/plugins/armember-membership/core/classes/class.arm_restriction.php:2072)

This file is part of the WordPress plugin ARMember Lite - Membership Plugin and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare wp_password_change_notification() (previously declared in wp-content/plugins/disable-wpmail-notifications/disable-email-notifications.php:22)

This file is part of the WordPress plugin Disable Email Notifications and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare wp_password_change_notification() (previously declared in wp-content/plugins/digest/template-tags/pluggable.php:172)

This file is part of the WordPress plugin Digest Notifications and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare wp_password_change_notification() (previously declared in wp-content/plugins/user-password-reset-notifications-for-slack/wp-slack-user-password-reset.php:34)

This file is part of the WordPress plugin User Password Reset Notifications for Slack and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare wp_password_change_notification() (previously declared in wp-content/plugins/wp-login-flow/pluggables/wp-password-change-notification.php:13)

This file is part of the WordPress plugin WP Login Flow and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare wp_password_change_notification() (previously declared in wp-content/plugins/enhanced-emails/pluggable.php:550)

This file is part of the WordPress plugin Enhanced Emails and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare wp_password_change_notification() (previously declared in wp-content/plugins/lucidlms/includes/lucid-wp-emails.php:170)

This file is part of the WordPress plugin LucidLMS and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare wp_password_change_notification() (previously declared in wp-content/plugins/mainjobs-admin/includes/class-ccaa-admin.php:74)

This file is part of the WordPress plugin Mainjobs Admin and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare wp_password_change_notification() (previously declared in wp-content/plugins/closemarketing-custom-admin/includes/class-cca-wpadmin.php:85)

This file is part of the WordPress plugin Closemarketing Custom Admin 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.