Plugin Author
Murali
(@murali-indiacitys)
Hi
It needs to be triggered based on hook
if it is BuddyPress and if profile is updated then push notification can be triggered based on below hook,
add_action( ‘xprofile_profile_field_data_updated’, ‘something’, 1, 2 );
Whether you need “in app notification”?
Please help for building function as mentioned above ‘someting’
Which send user to notification and push notifications.
-
This reply was modified 3 years, 11 months ago by
itsabhist.
Plugin Author
Murali
(@murali-indiacitys)
I will add this new function in next release may be by next week
I will update the progress in plugin help page Plugin URI: Plugin help page
(or)
if you want to customize the logic in plugin, please follow the same logic like in “Private message notification” to particular user as in below code in this plugin
add_action( 'messages_message_sent', array($this, $this->pre_name .'icforum_push_notifications_private_messages'), 10 );
-
This reply was modified 3 years, 11 months ago by
Murali.
Hi
Plugin URI: Plugin help page as mentioned above is not opening
Plugin Author
Murali
(@murali-indiacitys)
I will update in this forum once next release is ready. Plugin home help page is mentioned in Plugin description for additional help under FAQ section Submit or contact us with your question here in this Plugin home
-
This reply was modified 3 years, 11 months ago by
Murali.