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:
commit
0c5676d28b
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: tweak
|
||||
|
||||
Remove `woocommerce_payments_menu_promo_nz_ie` experiment request
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue