plugin updates
This commit is contained in:
@@ -116,7 +116,7 @@ abstract class GF_Telemetry_Data {
|
||||
$endpoint = defined( 'GF_TELEMETRY_ENDPOINT' ) ? GF_TELEMETRY_ENDPOINT : self::TELEMETRY_ENDPOINT;
|
||||
$site_url = get_site_url();
|
||||
$data = array(
|
||||
'license_key_md5' => md5( get_option( 'rg_gforms_key', '' ) ),
|
||||
'license_key_md5' => GFCommon::get_key(),
|
||||
'site_url' => $site_url,
|
||||
'product' => 'gravityforms',
|
||||
'tag' => 'system_report',
|
||||
|
||||
Reference in New Issue
Block a user