Mark not experimental, and update description

This commit is contained in:
Jeremy Pry 2023-10-27 16:19:38 -05:00 committed by Justin Palmer
parent 15c7263ba6
commit ab92fa13ff
No known key found for this signature in database
GPG Key ID: ACAB7C35AA2577AF
1 changed files with 3 additions and 2 deletions

View File

@ -213,14 +213,15 @@ class FeaturesController {
'is_legacy' => true,
),
'order_source_attribution' => array(
'name' => __( 'Order Source Attribution (Beta)', 'woocommerce' ),
'name' => __( 'Order Source Attribution', 'woocommerce' ),
'description' => __(
'Enable this feature to track and credit channels and campaigns that contribute to orders on your site.',
'Enable this feature to track and credit channels and campaigns that contribute to orders on your site. (Beta)',
'woocommerce'
),
'enabled_by_default' => true,
'disable_ui' => false,
'is_legacy' => true,
'is_experimental' => false,
),
);