Created
December 27, 2013 04:59
-
-
Save zeropointdevelopment/8142756 to your computer and use it in GitHub Desktop.
[WordPress] Code from our blog post Pimp My WordPress Maintenance Mode Message - http://www.limecanvas.com/pimp-my-wordpress-maintenance-mode-message/
This file contains 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
if ( file_exists( WP_CONTENT_DIR . '/maintenance.php' ) ) { | |
require_once( WP_CONTENT_DIR . '/maintenance.php' ); | |
die(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment