https://github.com/evanherman/post-status-emailer
WordPress plugin that notifies up to 2 users when a post status transitions from one state to another.
https://github.com/evanherman/post-status-emailer
Last synced: about 1 year ago
JSON representation
WordPress plugin that notifies up to 2 users when a post status transitions from one state to another.
- Host: GitHub
- URL: https://github.com/evanherman/post-status-emailer
- Owner: EvanHerman
- License: gpl-3.0
- Created: 2024-07-13T21:08:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T21:12:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T19:20:46.271Z (over 1 year ago)
- Language: PHP
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
=== Post Status Emailer ===
Contributors: eherman24
Tags:
Requires at least: 6.0
Tested up to: 6.5
Stable tag: 1.0.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Email one user when a post is set to 'draft' and email another user when a post is published.
== Description ==
Inspired by Peter's Collaboration E-Mails. This plugin will email one user when a post is set to 'draft' and email another user when a post is published.
== Installation ==
1. Upload the /post-status-emailer/ folder to the /wp-content/plugins/ directory.
2. Activate the Post Status Emailer plugin through the "Plugins" menu in WordPress.
3. Configure your settings via Settings > Post Status Emailer.
4. And you're good to go!
== Screenshots ==
== Changelog ==
= 1.0.0 =
* Initial release