lukasjuhas / lj-maintenance-mode

Simple maintenance mode wordpress plugin.
https://plugins.itsluk.as/maintenance-mode/
24 stars 11 forks source link

WP-CLI support #38

Open lukasjuhas opened 7 years ago

lukasjuhas commented 7 years ago

Jerry Hudgins (@laureldigital) This is a very useful plugin; thanks for your work on it.

I’d like to suggest a small feature enhancement to make it even more useful: simple enable/disable support via WP-CLI command. This would permit temporary lockout of new user-generated content or E-commerce transactions during cron-driven scripted operations such as backup or content import.

jerry-hudgins commented 7 years ago

There's a useful example of an implementation of this feature for the WP Maintenance Mode plugin here on GitHub. An implementation for your own plugin could be somewhat simpler, I'd think.