Page Post Notification
-
In addition to blog posts, is it possible to send a dynamic notification when a page is posted? I could not find the option anywhere. To get around, I had to modify
es_cls_notification::es_notification_prepare()
method by adddingelse if ($post_type == "page") { $arrNotification = $wpdb->get_results($sSql, ARRAY_A); }
I wish you had an official way to include the functionality. So, I don’t have to modify the method every time the plugin is updated.
BTW, great plugin!
Thanks,
Kaptan
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Page Post Notification’ is closed to new replies.