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');