Added hook to the customer single order view
This commit is contained in:
parent
81bf07913c
commit
7ba4296cf0
|
@ -78,6 +78,8 @@ $order = new WC_Order( $order_id );
|
||||||
</p>
|
</p>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<?php do_action( 'woocommerce_order_details_after_order_table', $order ); ?>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h2><?php _e('Customer details', 'woocommerce'); ?></h2>
|
<h2><?php _e('Customer details', 'woocommerce'); ?></h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in New Issue