TwistPHP Documentation

bypassMaintenanceMode

File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

bypassMaintenanceModeAllow the route to bypass maintenance mode when maintenance mode is enabled

Parameters

Name Type Description
$strURIstringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strURI 'foo';

//Call the function bypassMaintenanceMode with the example vars
Twist::Route() -> bypassMaintenanceMode($strURI);