Merge pull request #653 from GeertDD/order_items_table_hook

Passing along the order object to the woocommerce_order_items_table hook
This commit is contained in:
Mike Jolley 2012-02-16 02:48:36 -08:00
commit b7b53dbe1a
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ $order = new WC_Order( $order_id );
endforeach;
endif;
do_action( 'woocommerce_order_items_table' );
do_action( 'woocommerce_order_items_table', $order );
?>
</tbody>
</table>