Automattic\WooCommerce\Blocks

InboxNotifications::delete_surface_cart_checkout_blocks_notificationpublic staticWC 1.0

Deletes the note.

Method of the class: InboxNotifications{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = InboxNotifications::delete_surface_cart_checkout_blocks_notification();

InboxNotifications::delete_surface_cart_checkout_blocks_notification() code WC 10.6.2

public static function delete_surface_cart_checkout_blocks_notification() {
	Notes::delete_notes_with_name( self::SURFACE_CART_CHECKOUT_NOTE_NAME );
}