Merge pull request #22851 from woocommerce/add/prefix

Change Tracks prefix to wcadmin
This commit is contained in:
Paul Sealock 2019-02-26 15:54:36 +13:00 committed by GitHub
commit 46411b12f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -11,11 +11,9 @@
class WC_Tracks {
/**
* Prefix.
*
* @todo Find a good prefix.
* Tracks event name prefix.
*/
const PREFIX = 'wca_test_';
const PREFIX = 'wcadmin_';
/**
* Gather blog related properties.