Skip to content

Commit

Permalink
Bug Fix | Show in new editor
Browse files Browse the repository at this point in the history
  • Loading branch information
danbleile committed Sep 23, 2021
1 parent dbf6962 commit cb3ca71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wsuwp-university-taxonomies.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: WSUWP University Taxonomies
Version: 2.0.0.1
Version: 2.0.1
Plugin URI: https://web.wsu.edu/
Description: Provides Washington State University taxonomies to WordPress
Author: washingtonstateuniversity, jeremyfelt, philcable
Expand Down Expand Up @@ -170,6 +170,7 @@ public function register_taxonomies() {
'hierarchical' => true,
'show_ui' => true,
'show_in_menu' => true,
'show_in_rest' => true,
'rewrite' => false,
'query_var' => $this->university_location,
);
Expand All @@ -192,6 +193,7 @@ public function register_taxonomies() {
'hierarchical' => true,
'show_ui' => true,
'show_in_menu' => true,
'show_in_rest' => true,
'rewrite' => false,
'query_var' => $this->university_organization,
);
Expand Down

0 comments on commit cb3ca71

Please sign in to comment.