From 781353f9176f47741a9b2176b16108ebd8bd8bb2 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 9 Jun 2015 15:04:28 -0400 Subject: [PATCH] Minor additional tests. --- functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions.php b/functions.php index 8a90fd6..fe04c2a 100755 --- a/functions.php +++ b/functions.php @@ -135,7 +135,6 @@ add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 48;' ), 20 ) // Add custom fields to checkout -//add_filter( 'woocommerce_checkout_fields' , 'tm_added_checkout_fields' ); add_filter( 'woocommerce_after_order_notes' , 'tm_added_checkout_fields' ); function tm_added_checkout_fields( $checkout ) { -- 2.17.1