Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function maintenance_mode() {
- if ( !current_user_can( 'edit_themes' ) || !is_user_logged_in() ) {wp_die('Maintenance undergoing...');}
- }
- add_action('get_header', 'maintenance_mode');
Advertisement
Add Comment
Please, Sign In to add comment