For example, you're working on blog or website and you want to show temporary coming soon page to your visitors while you're working on it or you're fixing major bugs that would disrupt the user experience and need to make the front-end temporarily unavailable or any other reason that you would need to make your website temporarily unavailable..
If other users need to be able to review the site, you can enable authenticated users and or IP addresses to be able to bypass the splash page as well..
Simply navigate to the configuration page for the plugin and set the dropdown labeled Authenticated User Access to Yes...
To specify your own HTML via the configuration page, navigate to the configuration page and paste your HTML and or CSS into the field labeled Custom.
To specify your own HTML in code, paste the in your functions php file and customize it to suit your needs. if { $disable site plugin->set output html }..
Added the ability to display any file present in the directory on top of the Custom message and Custom HTML options.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more