Short answer: No. Long answer: When you activate whichever plugin, this state is saved in the wp_options table of your database. But other than that there is nothing stored in the database, when you use Slim Maintenance Mode.
Thread Starter
imtino
(@imtino)
Awesome. Just what I’m looking for. It’s so lightweight.
When you activate whichever plugin, this state is saved in the wp_options table of your database.
When deactivate and reactivate however many times, it doesn’t add new info right?
active_plugins
Returns an array of strings containing the path of the main php file of the plugin. The path is relative to the plugins folder. An example of path in the array : ‘myplugin/mainpage.php’.
From the Codex. I think WordPress deletes the string to the plugin, when it is deactivated.