I’d like to have an email automatically sent out to my website’s subscribers when I publish a post for a specific custom post type. I’ve found a few plugins that will do this but only for regular posts (or for any post type that gets published, not allowing you to specify a particular post type). Any suggestions would be greatly appreciated! Thanks.
1 comment
Comments are closed.
Hook into
transition_post_status
, fetch the users and send an email to all users.Sample code, not tested:
You should probably use the
Bcc
field.