Allow taxonomy filter with remote site posts when pulling content#1327
Merged
sanketio merged 5 commits intofeature/show-category-pullfrom Sep 5, 2025
Merged
Allow taxonomy filter with remote site posts when pulling content#1327sanketio merged 5 commits intofeature/show-category-pullfrom
sanketio merged 5 commits intofeature/show-category-pullfrom
Conversation
…s HTML Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
4 tasks
Author
4 tasks
Member
@dkotter @peterwilsoncc any concerns with this approach? |
Collaborator
No, I think that's fine. I'll admit I'm a little confused on all the different PRs we have here so merging this into the main branch will help a bit |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
This is a part 2 for #428, and a replacement for #1244 (which only supports category filter)
Description of the Change
This update enhances the "Pull" feature by enabling taxonomy-based filtering for content fetched from remote sites. It adds:
dt_allowed_pull_taxonomies- allows more taxonomy filters. By default, onlycategoryis allowed. This is a general filter for all the taxonomies supported by all the post-types.dt_available_pull_taxonomy_terms- allows filtering the terms.distributable_{$taxonomy}_terms- allows distributable terms based on the taxonomy.How to test the Change
Reset Filtersbutton should be visible.Changelog Entry
Credits
Props @sanketio
Checklist: