Function __global->maintenance_script_htaccess_option_available
Definitions
sources/two_factor.php
- See if the maintenance_script_htaccess option is available (if the environment is compatible).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* See if the maintenance_script_htaccess option is available (if the environment is compatible).
*
* @return boolean Whether it is
*/
function maintenance_script_htaccess_option_available() : bool
* See if the maintenance_script_htaccess option is available (if the environment is compatible).
*
* @return boolean Whether it is
*/
function maintenance_script_htaccess_option_available() : bool

