How do I do to get a custom function to trigger when a new comment is added on newsfeed, photos, movies and such
I tried
$em = OW::getEventManager();$em->bind('base_add_comment', 'myFunction');
But it does not trigger, please help.
How do I do to get a custom function to trigger when a new comment is added on newsfeed, photos, movies and such
I tried
$em = OW::getEventManager();$em->bind('base_add_comment', 'myFunction');
But it does not trigger, please help.