From cf7c6dae604a0bbd471afa156f82555a5a2e9ab7 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 28 May 2026 19:26:52 +0000
Subject: [PATCH] =gitblit switch
---
taxonomies/_setup.php | 32 +++++++++++---------------------
1 files changed, 11 insertions(+), 21 deletions(-)
diff --git a/taxonomies/setup.php b/taxonomies/_setup.php
similarity index 66%
rename from taxonomies/setup.php
rename to taxonomies/_setup.php
index fb46b2e..47cab37 100644
--- a/taxonomies/setup.php
+++ b/taxonomies/_setup.php
@@ -20,24 +20,14 @@
* -> add use_in_stats (bool) to use the field in user statistics
*/
-require(AJV_DIR . '/taxonomies/city.php');
-require(AJV_DIR . '/taxonomies/form.php');
-require(AJV_DIR . '/taxonomies/media.php');
-require(AJV_DIR . '/taxonomies/progress.php');
-require(AJV_DIR . '/taxonomies/style.php');
-require(AJV_DIR . '/taxonomies/target.php');
-require(AJV_DIR . '/taxonomies/theme.php');
-
-//add_filter('jvb_taxonomy', 'ajv_taxonomy');
-function ajv_taxonomy():array
-{
- return [
- 'city' => ajv_city(),
- 'style' => ajv_style(),
- 'theme' => ajv_theme(),
- 'form' => ajv_form(),
- 'medium' => ajv_media(),
- 'target' => ajv_target(),
- 'progress' => ajv_progress(),
- ];
-}
\ No newline at end of file
+require(AMI_DIR . '/taxonomies/product_cat.php');
+require(AMI_DIR . '/taxonomies/city.php');
+require(AMI_DIR . '/taxonomies/tags.php');
+//
+//add_filter('jvb_taxonomy', 'ami_taxonomy');
+//function ami_taxonomy():array
+//{
+// return [
+// 'product_cat' => ami_category(),
+// ];
+//}
\ No newline at end of file
--
Gitblit v1.10.0