We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58336ce commit 1296b57Copy full SHA for 1296b57
includes/Handlers/Product.php
@@ -535,8 +535,10 @@ public static function init_taxonomies() {
535
array(
536
'hierarchical' => false,
537
'update_count_callback' => '_update_generic_term_count',
538
+ 'public' => false,
539
'show_ui' => false,
540
'show_in_nav_menus' => false,
541
+ 'publicly_queryable' => false,
542
'query_var' => is_admin(),
543
'rewrite' => false,
544
)
0 commit comments