generated from pascalmartineau/wp-skeleton
fix: GraphQL breadcrumbs and address
This commit is contained in:
@@ -38,7 +38,7 @@ function ccat_location_register_post_type() {
|
||||
'item_scheduled' => __( "Location scheduled.", 'ccat' ),
|
||||
'item_updated' => __( "Location updated.", 'ccat' ),
|
||||
),
|
||||
'public' => false,
|
||||
'public' => true,
|
||||
'hierarchical' => true,
|
||||
'show_ui' => true,
|
||||
'show_in_nav_menus' => false,
|
||||
|
||||
Reference in New Issue
Block a user