rebase from live enviornment

This commit is contained in:
Rachit Bhargava
2024-01-09 22:14:20 -05:00
parent ff0b49a046
commit 3a22fcaa4a
15968 changed files with 2344674 additions and 45234 deletions

View File

@@ -133,7 +133,10 @@ class WC_Tracker {
$data = array();
// General site info.
$data['url'] = home_url();
$data['url'] = home_url();
$data['store_id'] = get_option( \WC_Install::STORE_ID_OPTION, null );
$data['blog_id'] = class_exists( 'Jetpack_Options' ) ? Jetpack_Options::get_option( 'id' ) : null;
/**
* Filter the admin email that's sent with data.
*
@@ -361,7 +364,7 @@ class WC_Tracker {
}
/**
* Check to see if the helper is connected to woocommerce.com
* Check to see if the helper is connected to Woo.com
*
* @return string
*/