Skip to content

Instantly share code, notes, and snippets.

@seoindex
Created January 4, 2017 08:58
Show Gist options
  • Save seoindex/a9d4866902b6e1056048612e73b9f1f0 to your computer and use it in GitHub Desktop.
Save seoindex/a9d4866902b6e1056048612e73b9f1f0 to your computer and use it in GitHub Desktop.
Nascondi indirizzo di fatturazione nella mail di conferma ordine in WooCommerce
<td class="td" style="text-align:left; font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;" valign="top" width="50%">
<h3><?php _e( 'Billing address', 'woocommerce' ); ?></h3>
<p class="text"><?php echo $order->get_formatted_billing_address(); ?></p>
</td>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment