/home/techb158/balacoffee.com/wp-content/plugins/woocommerce/templates/emails
Edit: /home/techb158/balacoffee.com/wp-content/plugins/woocommerce/templates/emails/admin-new-order.php (2756B)
' : '';
/* translators: %s: Customer billing full name */
$text = __( 'You’ve received the following order from %s:', 'woocommerce' );
if ( $email_improvements_enabled ) {
/* translators: %s: Customer billing full name */
$text = __( 'You’ve received a new order from %s:', 'woocommerce' );
}
?>
get_formatted_billing_full_name() ) ); ?>
' : ''; ?>
| ' : '';
echo wp_kses_post( wpautop( wptexturize( $additional_content ) ) );
echo $email_improvements_enabled ? ' |
' : '';
}
/*
* @hooked WC_Emails::email_footer() Output the email footer
*/
do_action( 'woocommerce_email_footer', $email );