ÿØÿà JFIF H H ÿÛ C GIF89;
| System: Linux server378.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 Current Path : /home/aliyykcz/public_html/wp-content/plugins/woocommerce/src/Blocks/ |
| Current File : /home/aliyykcz/public_html/wp-content/plugins/woocommerce/src/Blocks/InboxNotifications.php |
<?php
namespace Automattic\WooCommerce\Blocks;
use Automattic\WooCommerce\Admin\Notes\Note;
use Automattic\WooCommerce\Admin\Notes\Notes;
/**
* A class used to display inbox messages to merchants in the WooCommerce Admin dashboard.
*
* @package Automattic\WooCommerce\Blocks
* @since x.x.x
*/
class InboxNotifications {
const SURFACE_CART_CHECKOUT_NOTE_NAME = 'surface_cart_checkout';
/**
* Deletes the note.
*/
public static function delete_surface_cart_checkout_blocks_notification() {
Notes::delete_notes_with_name( self::SURFACE_CART_CHECKOUT_NOTE_NAME );
}
}