do_mu_upgrade – filter

Filters whether to attempt to perform the multisite DB upgrade routine. In single site, the user would be redirected to wp-admin/upgrade.php. In multisite, the DB upgrade routine is automatically fired, but only when this filter returns true.

If the network is 50 sites or less, it will run every time. Otherwise, it will throttle itTelf to reduce load.

Parameters

(3.0.0)
( MU ) . . .
$do_mu_upgrade
( bool ) Whether to perform the Multisite upgrade routine. Default true. . . .
API Letters: ,,

Invokers

1 to 1 of 1

Implementers