PATH:
home
/
thebhoeo
/
public_html
/
booksfinders.com
/
wp-content__db40bc3
/
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 ); } }
[+]
Patterns
[-] BlockTypesController.php
[edit]
[+]
Shipping
[+]
SharedStores
[-] Options.php
[edit]
[+]
BlockTypes
[+]
Assets
[-] BlockTemplatesController.php
[edit]
[+]
Images
[+]
Templates
[-] Library.php
[edit]
[-] AssetsController.php
[edit]
[+]
Registry
[+]
Utils
[-] DependencyDetection.php
[edit]
[-] Package.php
[edit]
[-] Assets.php
[edit]
[+]
Domain
[+]
..
[+]
AI
[-] BlockPatterns.php
[edit]
[+]
Integrations
[-] BlockTemplatesRegistry.php
[edit]
[+]
AIContent
[-] Installer.php
[edit]
[-] QueryFilters.php
[edit]
[-] InboxNotifications.php
[edit]
[+]
Payments
[-] TemplateOptions.php
[edit]