Automattic\WooCommerce\Blocks
InboxNotifications::delete_surface_cart_checkout_blocks_notification
Deletes the note.
Метод класса: InboxNotifications{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$result = InboxNotifications::delete_surface_cart_checkout_blocks_notification();
Код InboxNotifications::delete_surface_cart_checkout_blocks_notification() InboxNotifications::delete surface cart checkout blocks notification WC 10.4.2
public static function delete_surface_cart_checkout_blocks_notification() {
Notes::delete_notes_with_name( self::SURFACE_CART_CHECKOUT_NOTE_NAME );
}