Merge pull request #1167 from GeertDD/order_details_hook

Added hook to the customer single order view
This commit is contained in:
Mike Jolley 2012-06-20 07:15:47 -07:00
commit fcd1dab9ef
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>