Jake Vanderwerf
2026-03-29 9f672be1f7bb5f8462374ca4732d095d4f24685b
inc/users/UserSettings.php
@@ -126,17 +126,19 @@
                'section'   => 'newsletter',
            ],
            'owner_of'    => [
                'type' => 'taxonomy',
                'type' => 'selector',
            'subtype'=> 'taxonomy',
                'label'    => __('Owner of', 'jvb'),
                'taxonomy_type' => 'reference',
                'isReference' => true,
                'taxonomy' => BASE. 'shop',
                'quickEdit'    => true,
                'default'    => '',
            ],
            'manager_of'    => [
                'type' => 'taxonomy',
                'type' => 'selector',
                'subtype' => 'taxonomy',
                'label'    => __('Manager of', 'jvb'),
                'taxonomy_type' => 'reference',
                'isReference' => true,
                'taxonomy' => BASE. 'shop',
                'hidden'    => true,
                'default'    => '',