WP Manifestindependent plugin directory
manifest / email / wp-disable-email-notifications

PVTL Disable Email Notifications

Disable Admin Email Notifications when a user changes their password & Fatal Error Emails

by Pivotal Agency · github.com/pvtl/wp-disable-email-notifications · 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/pvtl/wp-disable-email-notifications/archive/refs/heads/main.zip

Readme

WP Disable Admin Email Notifications

WordPress plugin that monitors installation for core, plugin and theme updates and emails the client when they are available.

Installation into a Bedrock site

Install


# 1. Get it ready (to use a repo outside of packagist)
composer config repositories.wp-disable-email-notifications git https://github.com/pvtl/wp-disable-email-notifications

# 2. Install the Plugin
composer require pvtl/wp-disable-email-notifications

Read the full README on GitHub →