Warning: This hook has been deprecated. Use the filters in BP_Email. $settings_link argument unset and deprecated instead.

apply_filters( 'bp_activity_at_message_notification_message', string $message, string $poster_name, string $content, string $message_link, string $deprecated )

Filters the @mention notification message that will be sent to user.


Description Description


Parameters Parameters

$message

Email notification message text.

$poster_name

Name of the person who made the @mention.

$content

Content of the @mention.

$message_link

URL permalink for the activity message.

$deprecated

Removed in 2.5; now an empty string.


Top ↑

Source Source

File: bp-core/deprecated/2.5.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Use the filters in BP_Email. $settings_link argument unset and deprecated.
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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