| 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 | |
| | 3 | Should we cease to load them, but only forcibly deactivate them on `plugins.php` or `plugin-install.php`? |
| | 4 | |
| | 5 | Or should we stop the forcible deactivation and just not load their files? |