do_action( 'messages_format_notifications', string $action, int $item_id, int $secondary_item_id, int $total_items )

Fires right before returning the formatted message notifications.


Parameters Parameters

$action

(string) The type of message notification.

$item_id

(int) The primary item ID.

$secondary_item_id

(int) The secondary item ID.

$total_items

(int) Total amount of items to format.


Source Source

File: bp-messages/bp-messages-notifications.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.