PATH:
home
/
lab2454c
/
equitablegold.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 ); } }
[+]
AIContent
[-] InboxNotifications.php
[edit]
[+]
Shipping
[+]
InteractivityComponents
[+]
..
[-] QueryFilters.php
[edit]
[+]
Registry
[-] Assets.php
[edit]
[-] AssetsController.php
[edit]
[+]
Integrations
[+]
Payments
[+]
BlockTypes
[-] Package.php
[edit]
[+]
Images
[+]
Interactivity
[+]
Utils
[-] BlockPatterns.php
[edit]
[-] Installer.php
[edit]
[-] BlockTypesController.php
[edit]
[+]
Assets
[-] Library.php
[edit]
[-] Migration.php
[edit]
[+]
AI
[-] BlockTemplatesController.php
[edit]
[+]
Templates
[-] Options.php
[edit]
[+]
Domain