projects
/
WP-Themes
/
brewbakers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8bc47b
)
dev55 manufacturer IDs re-enabled
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 13 Apr 2017 20:31:59 +0000
(16:31 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 13 Apr 2017 20:31:59 +0000
(16:31 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
9ec5516
..
8e3fd4c
100644
(file)
--- 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 = [16,11,19]; // Laury'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;
});
/**