Make WordPress Core

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)

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

Download all attachments as: .zip

Change History (1)

@vedantgandhi28
17 months ago

This is the code change that will be introduced.

Note: See TracTickets for help on using tickets.