Automattic\WooCommerce\Blocks

InboxNotifications::delete_surface_cart_checkout_blocks_notification()public staticWC 1.0

Deletes the note.

Method of the class: InboxNotifications{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = InboxNotifications::delete_surface_cart_checkout_blocks_notification();

InboxNotifications::delete_surface_cart_checkout_blocks_notification() code WC 9.8.1

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