Function __global->is_encryption_enabled_telemetry
Definitions
sources/telemetry.php
- Determine whether encryption support is available for telemetry.This also checks if all keys are in place including the software key and the site keys.
- 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 for telemetry.This also checks if all keys are in place including the software key and the site keys.
*
* @return boolean Encryption enabled?
*/
function is_encryption_enabled_telemetry() : bool
* Determine whether encryption support is available for telemetry.This also checks if all keys are in place including the software key and the site keys.
*
* @return boolean Encryption enabled?
*/
function is_encryption_enabled_telemetry() : bool

