Notify specific category only
-
Hi,
i enabled the plugin and it works, but because I have too much post categories, I would love to make it work only with specific category.
Is this possible?I found a function ( onPostStatusChange() ) where the plugin checks if there are any new posts, so I should probably put some adjustments here, right?
What do you think, what is the best way to do this? Maybe to add something like this, or you have another solution:if (is_array($selected_post_types) && in_array($post->post_type, $selected_post_types) && ($post->post_category="category slug or ID")) {
Also, selecting a post categories would be nice feature to add in next plugin update…
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Notify specific category only’ is closed to new replies.