__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?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 );
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| AI | Folder | 0775 |
|
|
| AIContent | Folder | 0775 |
|
|
| Assets | Folder | 0775 |
|
|
| BlockTypes | Folder | 0775 |
|
|
| Domain | Folder | 0775 |
|
|
| Images | Folder | 0775 |
|
|
| Integrations | Folder | 0775 |
|
|
| Patterns | Folder | 0775 |
|
|
| Payments | Folder | 0775 |
|
|
| Registry | Folder | 0775 |
|
|
| Shipping | Folder | 0775 |
|
|
| Templates | Folder | 0775 |
|
|
| Utils | Folder | 0775 |
|
|
| Assets.php | File | 2.77 KB | 0664 |
|
| AssetsController.php | File | 19.62 KB | 0664 |
|
| BlockPatterns.php | File | 7.92 KB | 0664 |
|
| BlockTemplatesController.php | File | 17.98 KB | 0664 |
|
| BlockTemplatesRegistry.php | File | 6.3 KB | 0664 |
|
| BlockTypesController.php | File | 21.76 KB | 0664 |
|
| InboxNotifications.php | File | 583 B | 0664 |
|
| Installer.php | File | 4.08 KB | 0664 |
|
| Library.php | File | 1.06 KB | 0664 |
|
| Options.php | File | 336 B | 0664 |
|
| Package.php | File | 2.72 KB | 0664 |
|
| QueryFilters.php | File | 17.8 KB | 0664 |
|
| TemplateOptions.php | File | 1.21 KB | 0664 |
|