Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Maintenance Mode?


gtim
Member

@gtim

I couldn’t make a plugin for it, but you can restrict users without the “administrate” capability from accessing the site by appending this line to bb-settings.php:

if ( ! bb_current_user_can( 'administrate' ) ) { die('<p>The site is down for maintenance.</p>'); }

Skip to toolbar