如何在buddypress中发送好友请求挂钩后获得notification_id

how to get notification_id after send friend request hook in buddypress

我正在使用 buddypress 2.4.0 我想在此操作后进行 GCM 调用

  1. 发送好友请求
  2. 接受好友请求

但是我没有得到任何合适的钩子。我使用的钩子没有参数 notification_id。请帮帮我

使用这个钩子:

do_action_ref_array( 'bp_notification_after_save', array( &$this ) );

发现于:

buddypress\bp-notifications\classes\class-bp-notifications-notification.php

检查传递的数组中的 component_name,如果它类似于 friends - 继续您的任务。