Remove PayPal Express Smart Button nag in WooCommerce admin

Tired of seeing this pesky nag from PayPal Express in your WooCommerce dashboard?

You can remove it with the following line of code:

add_action('admin_notices', array( wc_gateway_ppec(), 'show_spb_notice', '__return_false') );

One thought on “Remove PayPal Express Smart Button nag in WooCommerce admin

Share your thoughts

Your email address will not be published. Required fields are marked *