Function __global->health_check__is_test_site
Definitions
sources/health_check.php
- Find whether this is a test site.
- 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)
/**
* Find whether this is a test site.
*
* @return boolean Whether it is
*/
function health_check__is_test_site() : bool
* Find whether this is a test site.
*
* @return boolean Whether it is
*/
function health_check__is_test_site() : bool

