Automattic\WooCommerce\Blocks
InboxNotifications::delete_surface_cart_checkout_blocks_notification
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() 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 );
}