You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Description: Maintenance mode for WordPress - Originally from https://wordpress.stackexchange.com/questions/398037/maintenance-mode-excluding-site-administrators
* Version: 1.0.0
* Status: Complete
* Type: mu-plugin
*/
function wp_maintenance_mode() {
if (!current_user_can('administrator')) {
$url = "your maintenance file url you want to display while is on maintenance";