From 11fbd5d403f95292a493d4d01162ae31993f5e0b Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 5 Feb 2016 13:24:38 -0500 Subject: [PATCH] Commented out code to change on-hold status name --- functions.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/functions.php b/functions.php index c7bde4c..424b056 100755 --- a/functions.php +++ b/functions.php @@ -267,6 +267,9 @@ if ( ! current_user_can('manage_options') && ! current_user_can('edit_product') } // Change "Processing" to "New Order" +/* + * Not implementing this right now. + * function glm_change_order_status_names( $order_statuses ) { $new_order_statuses = array(); @@ -282,5 +285,6 @@ function glm_change_order_status_names( $order_statuses ) { return $order_statuses; } add_filter( 'wc_order_statuses', 'glm_change_order_status_names' ); +*/ ?> -- 2.17.1