Opened 7 weeks ago
#63067 new enhancement
Allow non queryable taxonomies to be queried in Query Block
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
This ticket is branched out herehttps://github.com/WordPress/gutenberg/issues/60301. It allows querying and filtering posts based on non queryable taxonomies. To do this we need to perform the changes in the wp-includes/blocks.php to remove the following function when querying the post.
is_taxonomy_viewable()
Attachments (1)
Note: See
TracTickets for help on using
tickets.
This is the code change that will be introduced.