generated from pascalmartineau/wp-skeleton
refactor: membership => profile
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m6s
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m6s
This commit is contained in:
@@ -54,8 +54,8 @@ function ccat_listing_register_post_type() {
|
||||
'rest_base' => 'listing',
|
||||
'rest_controller_class' => 'WP_REST_Posts_Controller',
|
||||
'show_in_graphql' => true,
|
||||
'graphql_single_name' => "Annonce",
|
||||
'graphql_plural_name' => "Annonces",
|
||||
'graphql_single_name' => "Listing",
|
||||
'graphql_plural_name' => "Listings",
|
||||
'graphql_interfaces' => array( 'Node' ),
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user