From 11f29668ba55c9ef92865a1cfab3d76b25aef086 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Fri, 01 May 2026 17:28:13 +0000
Subject: [PATCH] =Basic setup. Still need to define fields and SEO settings for most content and taxonomies

---
 users/_setup.php |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diff --git a/users/_setup.php b/users/_setup.php
index e4d85b1..d84e86f 100644
--- a/users/_setup.php
+++ b/users/_setup.php
@@ -25,15 +25,4 @@
  *                             -> description of the user role. Used in the registration page
  */
 
-require(AEI_DIR . '/users/client.php');
-//require(AEI_DIR . '/users/enthusiast.php');
-
-add_filter('jvb_user', 'aei_user');
-function aei_user():array
-{
-    return [
-//        'enthusiast'    => aei_user_enthusiast(),
-        'client'        => aei_user_client(),
-    ];
-}
-
+require(AEI_DIR . '/users/artists.php');

--
Gitblit v1.10.0