activity_format_notifications, $action, $item_id, $secondary_item_id, $total_items
activity_format_notifications, $action, $item_id, $secondary_item_id, $total_items
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('activity_format_notifications, $action, $item_id, $secondary_item_id, $total_items') is found 1 times:
- /bp-activity/bp-activity-notifications.php line 145
* @param int $item_id The activity ID. * @param int $secondary_item_id The user ID who inited the interaction. * @param int $total_items Total amount of items to format. */ do_action( 'activity_format_notifications', $action, $item_id, $secondary_item_id, $total_items ); return $return; } /** * Notify a member when their nicename is mentioned in an activity stream item.