diff --git a/plugins/osi-features/inc/classes/taxonomies/class-taxonomy-status.php b/plugins/osi-features/inc/classes/taxonomies/class-taxonomy-status.php index 3704cd3..d46bdc3 100644 --- a/plugins/osi-features/inc/classes/taxonomies/class-taxonomy-status.php +++ b/plugins/osi-features/inc/classes/taxonomies/class-taxonomy-status.php @@ -73,7 +73,7 @@ public function get_args() { 'hierarchical' => false, 'rewrite' => false, 'public' => false, - 'publicly_queryable' => false, + 'publicly_queryable' => true, 'show_ui' => true, 'show_in_menu' => true, 'show_in_nav_menus' => false,