Notifications Only When Published From Certain Category
-
Hi Everybody!
All day long I was looking for an app, which would send email notifications to my subscribers, only when a post through a one certain category is triggered.
So I found an application called Post Notifier For All. It is really simple and easy to use. I love it!
The problem is, it sends email notifications to my subscribers whenever I post anything, and not only when I use the specific category.
So I decided to go into the plugin’s editor mode and I found this:
$post_categories = wp_get_post_categories( $post_ID , array('fields' => 'all')); $cats = ''; foreach ($post_categories as $cat){ $cats .= $cat->name.', ';
It looks to me like it might happen!
If you think you can help me with this, the category I want to use is called Hot and its ID is 195
I would be grateful if you manage to help me with my problem!
Kind Regards,
Damyanhttps://www.ads-software.com/plugins/wp-post-notifier-for-all/
- The topic ‘Notifications Only When Published From Certain Category’ is closed to new replies.