From: Anthony Talarico Date: Thu, 20 Apr 2017 13:48:12 +0000 (-0400) Subject: setting the category ids to the main dev ids instead of local category ids X-Git-Tag: v1.0.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8e68d8059ff520dd7824ae1d7f7f1bad1188f199;p=WP-Themes%2Fbrewbakers.git setting the category ids to the main dev ids instead of local category ids changed the array in the functions file to use the category ids of the live and dev55 site --- diff --git a/functions.php b/functions.php index ec89da2..b5747a3 100644 --- a/functions.php +++ b/functions.php @@ -21,8 +21,8 @@ if (!function_exists('glm_quicksite_widget_init')) { } add_filter('manufacturer_ids', function(){ // - $ids = [3,11]; // Anthony's test ids - remove before go-live -// $ids = [165,143,140,178,149,224]; // ids of manufacturer categories on dev55 +// $ids = [3,11]; // Anthony's test ids - remove before go-live + $ids = [165,143,140,178,149,224]; // ids of manufacturer categories on dev55 // $ids = [16,11,19]; // Laury's test ids - remove before go-live return $ids;