mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-03 12:12:25 +08:00
Yoast SEO Premium Disable Redirect Notifications for Posts and Pages: Change URL. https://kb.yoast.com/kb/how-to-disable-automatic-redirects/
1 line
76 B
Text
1 line
76 B
Text
add_filter('wpseo_enable_notification_post_slug_change', '__return_false');
|