Jake Vanderwerf
2025-12-21 3aada9949d51024a92a8b5c6cb70d12f9c3cac16
inc/managers/DirectoryManager.php
@@ -21,7 +21,7 @@
        if (empty(jvbGlobalDirectories())) {
            return;
        }
        $this->cache = new CacheManager('directory', WEEK_IN_SECONDS);
        $this->cache = CacheManager::for('directory', WEEK_IN_SECONDS);
        add_action('init', [$this, 'registerDirectories']);
        jvb_register_do_once('directories_registered', [$this, 'activate']);
@@ -47,7 +47,7 @@
                'not_found' => "No {$plural} found",
                'not_found_in_trash' => "No {$plural} found in Trash"
            ],
            'menu_icon'             => jvbCSSIcon('asc'),
            'menu_icon'             => jvbCSSIcon('sort-ascending'),
            'public'                => true,
            'publicly_queryable'    => true,
            'show_in_menu'          => true,