All feeds are gone | WordPress.org

Hi again.

After spending some hours I found the bug in your update script.
You have a fantastic plugin, better than the competitors, but please please be more careful with your updates, this is the 4-5 time in the last 6 months that this plugin crashed from an update and my whole business goes down.

In your file:
Version_13_3_5_Update.php

This is only migrating the main site in a multisite setup, not taking other sites into account.
Your update function should look something like this:

public function run()

    // Check if we are in a multisite installation
    if (is_multisite()) 
        // Get all blogs/sites in the multisite
        $sites = get_sites();

        // Loop through each site
        foreach ($sites as $site) 
     else 

Hi @stevesand ,

Thanks for that, I’ll raise this bug with our developers and get this sorted out.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer