Buro Castra – Disable Notifications

설명

Disable Notifications lets you turn off specific WordPress email notifications without touching code. Notifications are grouped by platform in tabs, making it easy to find and disable exactly what you don’t need.

Currently supported notifications:

WordPress

  • Password reset – disables the admin notification when a user resets their password
  • Plugin auto updated – disables the email sent after automatic plugin updates

WooCommerce

  • Password reset – disables the admin notification when a user resets their password

General

Under the General tab you can set a fixed sender/bounce e-mail address (envelope-from) for all outgoing transactional e-mail. This overrides the server’s default fallback address, which is useful when sending mail from a domain that differs from the server’s own domain. This could be needed for dedicated hosting services from companies such as Rootnet and Hostnet.

Missing a notification?

Can’t find the notification you want to disable? Request it via our website and we’ll look into adding it.

Extensible by design

Developers can add their own domains (tabs) and notifications via filters:

  • bc_disable_notifications_domains – register additional domain tabs
  • bc_disable_notifications_wordpress_notifications – add notifications to the WordPress tab

설치

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins screen in WordPress
  3. Go to Settings > Disable Notifications and configure which notifications to suppress

FAQ

Does this affect emails sent to users?

No. The included notifications target admin emails only (e.g. the password reset notification sent to the site administrator).

The notification I want to disable is not listed. What can I do?

You can request it via our website. If you’re a developer, you can also add it yourself using the bc_disable_notifications_domains filter.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Buro Castra – Disable Notifications”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Buro Castra – Disable Notifications”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Buro Castra – Disable Notifications”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.1

  • Fixed: sender e-mail address (envelope-from) now only sets the PHPMailer Sender (bounce) address instead of overwriting the visible From header, so emails sent by form plugins keep using their own sender/reply-to address

1.1.0

  • Added “Algemeen” tab to set a fixed sender/bounce e-mail address (envelope-from) for outgoing mail via phpmailer_init

1.0.0

  • Initial release
  • WordPress tab with password reset and plugin auto-update notifications
  • Filter-based extension points for domains and notifications