Merge pull request #32752 from woocommerce/fix/32751-remove-wcpay-in-core-experiment-request

Remove WCPay in core experiment request
This commit is contained in:
Ilyas Foo 2022-04-26 09:35:55 +08:00 committed by GitHub
commit 0c5676d28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: tweak
Remove `woocommerce_payments_menu_promo_nz_ie` experiment request

View File

@ -13,12 +13,6 @@ class WcPayWelcomePage {
const EXPERIMENT_NAME_BASE = 'woocommerce_payments_menu_promo_nz_ie_:yyyy_:mm';
/**
* WCPayWelcomePage constructor.
*/
public function __construct() {
add_action( 'admin_menu', array( $this, 'register_payments_welcome_page' ) );
}
/**
* Registers the WooCommerce Payments welcome page.
*/