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
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |