PATH:
home
/
ediuae
/
agrivaingredients.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
Blocks
<?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 ); } }
[-] BlockTypesController.php
[edit]
[-] Options.php
[edit]
[-] QueryFilters.php
[edit]
[-] Installer.php
[edit]
[+]
..
[+]
BlockTypes
[+]
Templates
[+]
AIContent
[+]
Images
[+]
Assets
[-] BlockTemplatesRegistry.php
[edit]
[+]
Domain
[-] AssetsController.php
[edit]
[+]
Integrations
[+]
Payments
[-] BlockPatterns.php
[edit]
[-] TemplateOptions.php
[edit]
[-] BlockTemplatesController.php
[edit]
[-] Library.php
[edit]
[-] Package.php
[edit]
[+]
Registry
[-] Assets.php
[edit]
[-] InboxNotifications.php
[edit]
[+]
AI
[+]
Utils
[+]
Shipping
[+]
Patterns