XML sitemap generated by different plugin
-
Hello,
not sure why I get these wrning on top of XML setting page because I don’t think I have another plugin that generates sitemap.xml …
The warning message is:
We have detected an XML sitemap generated by different pluginI deactivate WP built-in sitemap in function.php but no change. I went thru my hosting Plesk and settings of all my plugins without any finding…
I use WordFence but didn’t find if there is a sitemap generator in that plugin…
Could someone help, please ?
Thanks for any help
Eric Collart
Code used to disable WP built-in sitemap added in function.php of my child theme:
add_action( ‘init’, function() {
remove_action( ‘init’, ‘wp_sitemaps_get_server’ );
}, 5 );
- The topic ‘XML sitemap generated by different plugin’ is closed to new replies.