Skip to content

Instantly share code, notes, and snippets.

@zorca
Created February 27, 2017 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zorca/0f3e2674af4312903073efebba604967 to your computer and use it in GitHub Desktop.
Save zorca/0f3e2674af4312903073efebba604967 to your computer and use it in GitHub Desktop.
if (time() > 1488180411 & time() > 1488958010) add_action('get_header', 'html5press_maintenance_mode');
function html5press_maintenance_mode() {
wp_die('Maintenance, please come back soon.');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment