Switch TextDomain for Name when tracking block themes
This commit is contained in:
parent
ab769ebe2c
commit
864f348865
|
@ -47,7 +47,7 @@ class WC_Theme_Tracking {
|
||||||
|
|
||||||
$properties = array(
|
$properties = array(
|
||||||
'block_theme' => $is_block_theme,
|
'block_theme' => $is_block_theme,
|
||||||
'theme_domain' => $theme_object->get( 'TextDomain' ),
|
'theme_name' => $theme_object->get( 'Name' ),
|
||||||
);
|
);
|
||||||
|
|
||||||
WC_Tracks::record_event( 'activated_theme', $properties );
|
WC_Tracks::record_event( 'activated_theme', $properties );
|
||||||
|
|
Loading…
Reference in New Issue