Function __global->is_encryption_enabled
Definitions
sources/encryption.php
- Determine whether encryption support is available and enabled in the site's preferences, and the keys are in place.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Encryption enabled?
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Determine whether encryption support is available and enabled in the site's preferences, and the keys are in place.
*
* @return boolean Encryption enabled?
*/
function is_encryption_enabled() : bool
* Determine whether encryption support is available and enabled in the site's preferences, and the keys are in place.
*
* @return boolean Encryption enabled?
*/
function is_encryption_enabled() : bool

