The dev has a post about it on their website: http://devfarm.it
TL;DR; WP Says it removed the plugin because it “has been found to be in violation of the directory guidelines”.
Thread Starter
teejo
(@teejo)
Alright. Got it working now after some pulling my hair out.
I used your snipped but encountered some strange behaviour that notifications wouldn’t be added to the database.
In the end I figured out that bp_notifications_add_notification() has an ‘allow_duplicate’ argument which defaults to false.
Learned something new today :’)
Thank you for your help!
Thread Starter
teejo
(@teejo)
Ah that looks perfect for what I’m trying to achieve. Wasn’t aware of the existance of ‘post_updated’. Thanks!
Will have a look into it and will post back when I get it working.