From: Chuck Scott Date: Fri, 5 Feb 2016 18:24:38 +0000 (-0500) Subject: Commented out code to change on-hold status name X-Git-Tag: v1.0.14^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=11fbd5d403f95292a493d4d01162ae31993f5e0b;p=WP-Themes%2FTomsMomsCookies.git Commented out code to change on-hold status name --- 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' ); +*/ ?>