mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-01 11:52:25 +08:00
Yoast SEO Premium Disable Automatic Redirects for Taxonomies (Category, Tags, Etc) https://kb.yoast.com/kb/how-to-disable-automatic-redirects/
1 line
73 B
Text
1 line
73 B
Text
add_filter('wpseo_premium_term_redirect_slug_change', '__return_true' );
|