Added hook to the customer single order view

This commit is contained in:
Geert De Deckere 2012-06-15 14:22:51 +02:00
parent 81bf07913c
commit 7ba4296cf0
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ $order = new WC_Order( $order_id );
</p>
<?php endif; ?>
<?php do_action( 'woocommerce_order_details_after_order_table', $order ); ?>
<header>
<h2><?php _e('Customer details', 'woocommerce'); ?></h2>
</header>