Deprecated: Return type of HM\BackUpWordPress\CleanUpIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/charlott/ourfragileplanet.com/site/wp-content/plugins/backupwordpress/classes/class-path.php on line 455
Maintenance mode plugins - Our Fragile Planet

Maintenance mode plugins

Something I often need to implement inside wordpress is an under-maintenance page. This can be a total annoyance because there’s so many under maintenance plugins out there and many of them won’t take custom html.

I use UnderConstruction with a 503 http code.

That way I can add in my own html code easily.

Scroll to Top