wvnderlab-agency/wp-limit-email-notifications
最新稳定版本:0.1.0
Composer 安装命令:
composer require wvnderlab-agency/wp-limit-email-notifications
包简介
A simple WordPress mu-plugin to limit email notifications.
README 文档
README
Installation
Via Composer
composer require wvnderlab-agency/wp-limit-email-notifications
Via FTP
- Download the repository zip file.
- Unzip the file.
- Upload the unzipped folder to the
/wp-content/mupluginsor/wp-content/plugins/directory on your server. - Navigate to the 'Plugins' section in your WordPress admin dashboard.
- Find 'Limit Email Notifications' in the list and click 'Activate'.
Via WordPress Admin Dashboard
- Download the repository zip file.
- Navigate to the 'Plugins' section in your WordPress admin dashboard.
- Click 'Add New' and then 'Upload Plugin'.
- Choose the downloaded zip file and click 'Install Now'.
- After installation, click 'Activate Plugin'.
Usage
Filter Hooks
wvnderlab/limit-email-notifications/enabled (Default: true)
This filter allows you to disable the plugin functionality.
// disable the plugin functionality add_filter( 'wvnderlab/limit-email-notifications/enabled', '__return_false' );
Development
Install Dependencies
composer install
Analyse Code-Quality with WP-Coding-Standards
composer analyze
Refactor Code along WP-Coding-Standards
composer refactor
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-13