https://github.com/nstaeger/wp-post-email-notification
A WordPress plugin sending email notifications to subscribers when a new post is published
https://github.com/nstaeger/wp-post-email-notification
email notification plugin widget wordpress wordpress-plugin
Last synced: 4 months ago
JSON representation
A WordPress plugin sending email notifications to subscribers when a new post is published
- Host: GitHub
- URL: https://github.com/nstaeger/wp-post-email-notification
- Owner: nstaeger
- Created: 2016-01-29T16:13:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T11:48:10.000Z (about 8 years ago)
- Last Synced: 2025-04-22T18:11:32.420Z (about 1 year ago)
- Topics: email, notification, plugin, widget, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 501 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WP Post Email Notification
A [WordPress](https://wordpress.org/) plugin sending email notifications to subscribers when a new post is published.
This plugin available on [wordpress.org](https://wordpress.org/plugins/wp-post-email-notification). Please use the version from wordpress.org for production.
## Developers
The version hosted on GitHub is the development version and by itself not able to run in your WordPress installation. To use this version, you will need [Git](http://git-scm.com/), [Node](http://nodejs.org/), [Composer](https://getcomposer.org/) and [Webpack](https://webpack.github.io/) installed and of course a running installation of [WordPress](https://wordpress.org/).
* `git clone git@github.com:nstaeger/wp-post-email-notification.git` into the plugins-folder of your WordPress installation
* `cd wp-post-email-notification/`
* `composer install` to install php dependencies
* `npm install` to install JS dependencies
* `webpack` to compile the JS files
* Activate the plugin in the WordPress plugin administration panel
[Gulp](http://gulpjs.com/) is used to build an installable bundle, but not required for development.