WP Manifestindependent plugin directory
manifest / utilities / cgit-wp-disable-password-change-notification

Castlegate WP Disable Admin Password Change Notifications

A simple plugin which prevents the admin email address from receiving user password change notifications.

by Castlegate · github.com/castlegateit/cgit-wp-disable-password-change-notification · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/castlegateit/cgit-wp-disable-password-change-notification/archive/refs/heads/main.zip

Declares an update source (https://github.com/castlegateit/cgit-wp-disable-password-change-notification), so updates arrive through the plugin's own updater.

Readme

Castlegate WP Disable Admin Password Change Notifications

A simple plugin which prevents the admin email address from receiving user password change notifications. Simply activate it and it starts working.

It works by declaring an empty function before the relevant function in pluggable.php is declared, therefore replacing/removing the function entirely.

Unfortunately this cannot be achieved via a theme because the function would be declared too late, hence the need for this very simple plugin.

License

Released under the MIT License. See LICENSE for details.

Read the full README on GitHub →

Releases

TagPublished
v1.0.0 Mar 31, 2021

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.