bbp_subscription_mail_message

bbp_subscription_mail_message

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_subscription_mail_message') is found 1 times:

  • /includes/common/functions.php line 1118
    1114
    1115
    1116
    1117
    1118
    1119
    1120
    1121
    1122
    1123
    1124
        $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 );