Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #60457, comment 11


Ignore:
Timestamp:
02/09/2024 11:10:56 PM (2 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60457, comment 11

    initial v1  
    1 @azaozz What does that mean for automatic deactivation of dependent plugins with unmet requirements? Should we cease to load them, but only forcibly deactivate them on `plugins.php` or `plugin-install.php`? Or should we stop the forcible deactivation and just not load their files?
     1@azaozz What does that mean for automatic deactivation of dependent plugins with unmet requirements? This will write to the `active_plugins` option to deactivate them.
     2
     3Should we cease to load them, but only forcibly deactivate them on `plugins.php` or `plugin-install.php`?
     4
     5Or should we stop the forcible deactivation and just not load their files?