plugin updates

This commit is contained in:
Tony Volpe
2024-09-05 11:04:01 -04:00
parent ed6b060261
commit 50cd64dd3d
925 changed files with 16918 additions and 13003 deletions

View File

@@ -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',