duplicate-post
duplicate-post copied to clipboard
Hook to exlude taxonomies on post republish
Context
Summary
This PR can be summarized in the following changelog entry:
changelog: enhancement
Relevant technical choices:
Test instructions
Test instructions for the acceptance test before the PR gets merged
This PR can be acceptance tested by following these steps:
Test instructions for QA when the code is in the RC
- [ ] QA should use the same steps as above.
QA can test this PR by following these steps:
Impact check
This PR affects the following parts of the plugin, which may require extra testing:
UI changes
- [ ] This PR changes the UI in the plugin. I have added the 'UI change' label to this PR.
Documentation
- [ ] I have written documentation for this change.
Quality assurance
- [ ] I have tested this code to the best of my abilities
- [ ] I have added unittests to verify the code works as intended
Fixes #
Hi @benbchd we needed a similar change and added a filter on the other use of use_filters. I'd like to suggest a change in your filter name for better consistency with the rest of the plugin: duplicate_post_republish_post_taxonomies_use_filters
Either way, let's see what the maintainers have in mind, before committing to a name 😄