• Resolved slabadie

    (@slabadie)


    I installed your plugin on a single site and it works fine, but doesn’t seem to work for multisite setups. I also tried using the WP recommended filter to disable the wp-sitemap.xml, but it breaks the site when added to wp-config.php.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Thanks for reporting, I will investigate and try to resolve any issue in the next plugin update.

    Plugin Author Jeff Starr

    (@specialk)

    Just to follow up with this. Here is what I found:

    1) The only line of code in the plugin is this:

    add_filter('wp_sitemaps_enabled', '__return_false');

    That is a filter hook provided by WordPress that is documented here.

    2) Testing the plugin on Multisite, using default WP settings, default WP plugins, and default WP theme, the Disable WP Sitemaps plugin works properly when activated network-wide. There are no errors or issues in this case.

    So it’s safe to conclude that the plugin is working correctly on Multisite. Best advice if you are getting any error or issue, would be to ask for help in the general WordPress support forum. Or if you have any further questions or feedback about the plugin specifically, feel free to post here anytime.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multisite Integration’ is closed to new replies.