WPIntell

Source evidence

Does this plugin add anything to the database?

Slim Maintenance Mode · support · 2019-08-19T16:50:00+00:00

mixedsentiment
mediumseverity
0.78relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 31 rows with source links

16.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
imtino resolved
I’m curious if this plugin add anything to the database. I’m looking for something super lightweight and hoping it will keep my database clean too. 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. 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.

Comments

3 shown
Johannes 2019-08-19T16:59:00+00:00

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.

imtino 2019-08-19T17:07:00+00:00

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?

Johannes 2019-08-19T17:35:00+00:00

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.