Yoast / duplicate-post

Yoast Duplicate Post plugin for WordPress
https://yoast.com
GNU General Public License v2.0
46 stars 35 forks source link

Hook to exlude taxonomies on post republish #244

Open benbchd opened 2 years ago

benbchd commented 2 years ago

Context

*

Summary

This PR can be summarized in the following changelog entry:

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 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

Documentation

Quality assurance

Fixes #

xipasduarte commented 2 years ago

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 😄