Skip to content

Commit

Permalink
feat: rename doc to kb
Browse files Browse the repository at this point in the history
  • Loading branch information
mvstepanek committed Oct 16, 2023
1 parent 4678513 commit e6e49f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/taxonomies/kb-categories.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function () {
'graphql_single_name' => 'kbCategory',
'graphql_plural_name' => 'kbCategories',
);
register_taxonomy( 'kb-category', array( 'kb' ), $args );
register_taxonomy( 'kb-category', array( 'kb-disabled' ), $args );
},
0
);

0 comments on commit e6e49f3

Please sign in to comment.