How to turn off wp_WP_SEO_Redirection warning
-
I’m seeing the following in my dashboard (specific domain changed):
update wp_WP_SEO_Redirection set redirect_from=REPLACE(redirect_from, https://www-updates.example.com, https://example.com), redirect_to=REPLACE(redirect_to, https://www-updates.example.com, https://example.com)
I have a special wordpress setup in place for version control history so I’m using if’s in the wp-config based on the SERVERNAME. It appears that the plugin is just reading the wp-config.php file and finding potential issues in my the WP_HOME & WP_SITEURL options (which there are two of in my file).
How do I turn off that warning?
- The topic ‘How to turn off wp_WP_SEO_Redirection warning’ is closed to new replies.