Disable automatic redirect creation
-
Hi, I learned from this post https://developer.yoast.com/customization/yoast-seo-premium/disabling-automatic-redirects-notifications/ and added the following code to my functions.php.
// Disable Yoast automatic redirect creation
add_filter( ‘wpseo_premium_post_redirect_slug_change’, ‘__return_true’ );
add_filter( ‘wpseo_premium_term_redirect_slug_change’, ‘__return_true’ );It was working for a good while but after my recent update to a newer Yoast version, I believe it’s stopped working.
Can your team please confirm and/or update the code?
Thank you!
The topic ‘Disable automatic redirect creation’ is closed to new replies.