Added fixed issue #24779

This commit is contained in:
itzmekhokan 2019-10-08 22:16:29 +05:30
parent e007b2317a
commit 00dfa57e5a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ $shipping = $order->get_formatted_shipping_address();
<address class="address">
<?php echo wp_kses_post( $address ? $address : esc_html__( 'N/A', 'woocommerce' ) ); ?>
<?php if ( $order->get_billing_phone() ) : ?>
<br/><?php echo esc_html( $order->get_billing_phone() ); ?>
<br/><?php echo wc_make_phone_clickable( $order->get_billing_phone() ); ?>
<?php endif; ?>
<?php if ( $order->get_billing_email() ) : ?>
<br/><?php echo esc_html( $order->get_billing_email() ); ?>