bbp_subscription_mail_title

bbp_subscription_mail_title

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_subscription_mail_title') is found 1 times:

  • /includes/common/functions.php line 1124
    1120
    1121
    1122
    1123
    1124
    1125
    1126
    1127
    1128
    1129
        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 );
    if ( empty( $subject ) ) {
        return;
    }
     
    /** Headers ***************************************************************/