As Before -> Correct deactivate command

This commit is contained in:
Vikki Copland 2021-04-14 12:35:47 +01:00
parent ed0d40ba13
commit fe82dbe87c

View file

@ -226,7 +226,7 @@ if ( defined( 'WP_CLI' ) && WP_CLI ) {
}

// Deactivate Maintenance Mode
$command = 'wp maintenance-mode activate';
$command = 'wp maintenance-mode deactivate';
exec($command);

// Completion Message