bbp_subscription_mail_message
bbp_subscription_mail_message
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_subscription_mail_message') is found 1 times:
- /includes/common/functions.php line 111811141115111611171118111911201121112211231124
$reply_content
,
$reply_url
);
$message
= apply_filters(
'bbp_subscription_mail_message'
,
$message
,
$reply_id
,
$topic_id
);
if
(
empty
(
$message
) ) {
return
;
}
// For plugins to filter titles per reply/topic/user
$subject
= apply_filters(
'bbp_subscription_mail_title'
,
'['
.
$blog_name
.
'] '
.
$topic_title
,
$reply_id
,
$topic_id
);