Function __global->whole_site_https
Definitions
sources/global2.php
- Find whether the whole site is HTTPS.Also see tacit_https.
- 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 the whole site is HTTPS.Also see tacit_https.
*
* @return boolean Whether it is
*/
function whole_site_https() : bool
* Find whether the whole site is HTTPS.Also see tacit_https.
*
* @return boolean Whether it is
*/
function whole_site_https() : bool

