Skip to content

Commit

Permalink
Fix public requests of shadow venue taxonomy.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauteri committed Jun 7, 2024
1 parent 7218df7 commit 0887bbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/core/classes/class-venue.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ public function register_taxonomy(): void {
'show_ui' => false,
'show_admin_column' => false,
'query_var' => true,
'rewrite' => false,
'show_in_rest' => true,
)
);
Expand Down

0 comments on commit 0887bbc

Please sign in to comment.