Re-add woocommerce_order_details_after_customer_details_filter

This commit is contained in:
claudiulodro 2018-07-24 12:53:29 -07:00
parent 59de4c7148
commit 46b5794d63
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,7 @@
* @see https://docs.woocommerce.com/document/template-structure/
* @author WooThemes
* @package WooCommerce/Templates
* @version 3.3.0
* @version 3.4.4
*/
if ( ! defined( 'ABSPATH' ) ) {
@ -59,4 +59,6 @@ $show_shipping = ! wc_ship_to_billing_address_only() && $order->needs_shipping_a
<?php endif; ?>
<?php do_action( 'woocommerce_order_details_after_customer_details', $order ); ?>
</section>