nstaeger / wp-post-email-notification

A WordPress plugin sending email notifications to subscribers when a new post is published
4 stars 1 forks source link

Feature request - Add support for custom post type #7

Open palmjack opened 7 years ago

palmjack commented 7 years ago

Is there a simple way to make the plugin work with a custom post type?

nstaeger commented 7 years ago

Without any testing you could simply hack this in https://github.com/nstaeger/wp-post-email-notification/blob/master/wp-post-email-notification.php#L40, but that would not be update-save, however. I will consider to add this to the next minor release.