• Resolved ecollart

    (@ecollart)


    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 plugin

    I 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 );

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘XML sitemap generated by different plugin’ is closed to new replies.