Jake Vanderwerf
2026-03-08 c19264ac916707096fe294d996a1b7fb85206b34
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'    => '',