post-finder
post-finder copied to clipboard
Added filter for Selected Posts argument
Description of the Change
As there was no filter present to manipulate the arguments for selected posts that triggered some conflicts with fetching posts from post type not enabled PolyLang to a post type that has PolyLang enabled. So, adding a filter to let us add some additional arguments to achieve the goal.
How to test the Change
Try adding tax_query using the filter post_finder_selected_posts_args
Changelog Entry
Added - New feature Changed - Existing functionality Deprecated - Soon-to-be removed feature Removed - Feature Fixed - Bug fix Security - Vulnerability
Credits
Props @username, @username2, ...
Checklist:
- [ ] I agree to follow this project's Code of Conduct.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my change.
- [ ] All new and existing tests pass.