members_format_notifications, $action, $item_id, $secondary_item_id, $total_items, $return

members_format_notifications, $action, $item_id, $secondary_item_id, $total_items, $return

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('members_format_notifications, $action, $item_id, $secondary_item_id, $total_items, $return') is found 1 times:

  • /bp-members/bp-members-notifications.php line 130
    	 * @param int          $total_items       The total number of members-related notifications
    	 *                                        waiting for the user.
    	 * @param array|string $return            Notification text string or array of link and text.
    	 */
    	do_action( 'members_format_notifications', $action, $item_id, $secondary_item_id, $total_items, $return );
    
    	return $return;
    }
    
    /**
     * Notify one use that another user has accepted their site membership invitation.