Function __global->currently_logging_in
Definitions
sources/global2.php
- Find if we are currently inside a logging in screen.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether we are
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find if we are currently inside a logging in screen.
*
* @return boolean Whether we are
*/
function currently_logging_in() : bool
* Find if we are currently inside a logging in screen.
*
* @return boolean Whether we are
*/
function currently_logging_in() : bool
