Make WordPress Core

Opened 7 weeks ago

#63067 new enhancement

Allow non queryable taxonomies to be queried in Query Block

Reported by: vedantgandhi28's profile vedantgandhi28 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)

blocks-diff.patch (529 bytes) - added by vedantgandhi28 7 weeks ago.
This is the code change that will be introduced.

Download all attachments as: .zip

Change History (1)

@vedantgandhi28
7 weeks ago

This is the code change that will be introduced.

Note: See TracTickets for help on using tickets.