WooCommerce notice not dismissing – paypal notice
Sometimes WooCommerce notices get stuck for different reasons,we’ve had this woocommerce notice persisting that reads:
Security auto-update of WooCommerce
add_action( ‘admin_notices’, ‘fix_wc_notice_472021’ );
function fix_wc_notice_472021() {
global $wpdb;
$wpdb->update( $wpdb->prefix . ‘wc_admin_notes’, [‘status’=>’actioned’], [‘name’=>’woocommerce-core-paypal-march-2022-updated’] );
}