I have a WP multisite, but currently only one site. I’m using the WP Crontrol to trigger the wp_update_plugins hook on this site in order to be sure it is triggered. But even when doing this the plugins are not updating. Also, if I go to plugins in the admin menu of this site, I can not update the plugins.
However, If I instead go to the admin network view – plugins, here I can update each of the plugins without any problem. But how can I trigger the wp_update_plugins hook in the network manually or automatically? From what i’ve read, wp-cron.php is only available for each site – there is no wp-cron.php for the network, right?
4