Skip to content

Instantly share code, notes, and snippets.

@tenomoto
Created December 24, 2017 05:22
Show Gist options
  • Save tenomoto/36f4a4f2db501f34779a93b7859260ef to your computer and use it in GitHub Desktop.
Save tenomoto/36f4a4f2db501f34779a93b7859260ef to your computer and use it in GitHub Desktop.
Set WordPress into maintenance mode
<?php
// https://wordpress.stackexchange.com/questions/211303/wp-cli-enabling-maintainance-mode
$upgrading = time();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment