[wp-trac] [WordPress Trac] #53255: WordPress multisite allows you to delete plugins which are active on some subdomains
WordPress Trac
noreply at wordpress.org
Thu Jun 4 14:13:20 UTC 2026
#53255: WordPress multisite allows you to delete plugins which are active on some
subdomains
-------------------------------------+-------------------------------------
Reporter: denisflorin197 | Owner: (none)
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Awaiting Review
Component: Plugins | Version: 4.6
Severity: critical | Resolution:
Keywords: has-patch 2nd-opinion | Focuses: administration,
has-unit-tests has-screenshots | multisite
-------------------------------------+-------------------------------------
Comment (by realloc):
You may use a filter to work on a defined number of sites, to guard
against performance problems on larger multisites.
{{{#!php
<?php
$site_ids = get_sites(
array(
'fields' => 'ids',
'number' => 100, // filter here
)
);
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/53255#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list