Fix WPGraphQL support for extended post types and taxonomies#7511
Fix WPGraphQL support for extended post types and taxonomies#7511pdclark wants to merge 1 commit into
Conversation
Set show_in_graphql directly on the global post type/taxonomy objects for extended types in setup_content_types(), as a fallback for when the register_post_type_args filter was not yet in place at registration time. Fixes pods-framework#7450
PR Summary
|
Summary
setup_content_types()for extended post types and taxonomies, matching the existing REST API pattern.register_post_type_argsfilter is in place,show_in_graphqlis now set directly on the global post type/taxonomy object.Fixes #7450
Test plan
public => falseas a Pod