apply_filters( "bp_messages_{$action}_notification", array $value, int $item_id, int $secondary_item_id, int $total_items, string $format )

Filters the custom action notification before the notification is created.


Description Description

This is a dynamic filter based on the message notification action.


Parameters Parameters

$value

An associative array containing the text and the link of the notification

$item_id

ID of the associated item.

$secondary_item_id

ID of the secondary associated item.

$total_items

Number of messages referred to by the notification.

$format

Return value format. 'string' for BuddyBar-compatible notifications; 'array' for WP Toolbar. Default: 'string'.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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