Jake Vanderwerf
2026-05-28 b7aed073c23396afa7eccb488dd25bfa222c1819
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');