friends_format_notifications, $action, $item_id, $secondary_item_id, $total_items, $return
friends_format_notifications, $action, $item_id, $secondary_item_id, $total_items, $return
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('friends_format_notifications, $action, $item_id, $secondary_item_id, $total_items, $return') is found 1 times:
- /bp-friends/bp-friends-notifications.php line 118
* @param int $total_items The total number of messaging-related notifications * waiting for the user. * @param array|string $return Notification text string or array of link and text. */ do_action( 'friends_format_notifications', $action, $item_id, $secondary_item_id, $total_items, $return ); return $return; } /** * Clear friend-related notifications when ?new=1