Mô tả
Disables all email through wp_mail() on current installation. Email will by disabled by default, but can be overridden in the settings.
Chức năng
- Disables all email by default
- Enable email again by matching the given hostname with the current server hostname.
- Override the
$to
address (or multiple, comma sperated addresses), so you can use that for testing purposes.
Note: The plugin performs a check on the $_SERVER['HTTP_HOST']
variable.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“WordPress Disable Email plugin” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “WordPress Disable Email plugin” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0
- Initial plugin