Opened 17 months ago
Last modified 10 months ago
#63067 new enhancement
Allow non queryable taxonomies to be queried in Query Block
| Reported by: | vedantgandhi28 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Editor | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This is the code change that will be introduced.