bbp_subscription_mail_headers

bbp_subscription_mail_headers

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_subscription_mail_headers') is found 2 times:

  • /includes/common/functions.php line 1151
     
    	/** Send it ***************************************************************/
    
    	// Custom headers
    	$headers  = apply_filters( 'bbp_subscription_mail_headers', $headers  );
     	$to_email = apply_filters( 'bbp_subscription_to_email',     $no_reply );
    
    	// Before
    	do_action( 'bbp_pre_notify_subscribers', $reply_id, $topic_id, $user_ids );
    
    	// Send notification email
    
  • /includes/common/functions.php line 1318
     
    	/** Send it ***************************************************************/
    
    	// Custom headers
    	$headers  = apply_filters( 'bbp_subscription_mail_headers', $headers  );
    	$to_email = apply_filters( 'bbp_subscription_to_email',     $no_reply );
    
    	// Before
    	do_action( 'bbp_pre_notify_forum_subscribers', $topic_id, $forum_id, $user_ids );
    
    	// Send notification email