apply_filters( 'bigcommerce/order/support_email', string $email_address )

Summary

Filter the support email address displayed on order detail pages.


Description

If empty, no email will display.


Parameters

$email_address

(string) The email address to display, defaults to the value set on the BigCommerce setting screen


Source

File: src/BigCommerce/Templates/Order_Summary.php


User Contributed Notes

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