Crude maintenance mode

// Crude maintenance mode
function maintenance_mode() {

if ( !current_user_can( 'edit_themes' ) || !is_user_logged_in() ) {
	wp_die('Under construction.'); 
	}
}

add_action('init', 'maintenance_mode');

Posted

in

by

Tags:

Discover more from 10,000 scraps of paper

Subscribe now to keep reading and get access to the full archive.

Continue reading