BUG - order-bank-transfer.php
order-bank-transfer.php
LINE21
<h3><?php _e( 'Order Information:', APP_TD ); ?></h32> <h32>?????
order-bank-transfer.php
LINE26
<p><?php _e( 'For questions or problems, please contact us directly at', APP_TD ) ?> <?php echo get_option('admin_email'); ?></p>
This calls directly the email address in the general settings admin email to the screen, everytime we change it or delete it, it will reappear again after an upgrade. How can we make this changes permanent?
We use a domain email address (example@domain.com) for our website admin services but our general settings email address is a private individual one.