Last active
December 12, 2020 14:58
-
-
Save damianwajer/30bdc5314c0219f0c791 to your computer and use it in GitHub Desktop.
WordPress Maintenance mode with .maintenance file in root directory (temporary solution). Better option is to use something like: https://wordpress.stackexchange.com/questions/169600/redirect-visitors-to-a-temporary-maintenance-page/169610#169610
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php $upgrading = time(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment