__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Email Editor Container class file.
*
* @package Automattic\WooCommerce\EmailEditor
*/
declare( strict_types = 1 );
namespace Automattic\WooCommerce\EmailEditor;
defined( 'ABSPATH' ) || exit;
/**
* Main package class.
*/
class Package {
/**
* Version.
*
* @var string
*/
const VERSION = '0.1.0';
/**
* Init the package.
*
* @return void
*/
public static function init() {
Email_Editor_Container::init();
}
/**
* Return the version of the package.
*
* @return string
*/
public static function get_version() {
return self::VERSION;
}
/**
* Return the path to the package.
*
* @return string
*/
public static function get_path() {
return dirname( __DIR__ );
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Engine | Folder | 0775 |
|
|
| Integrations | Folder | 0775 |
|
|
| Validator | Folder | 0775 |
|
|
| class-bootstrap.php | File | 2.67 KB | 0664 |
|
| class-container.php | File | 2.31 KB | 0664 |
|
| class-email-css-inliner.php | File | 2.76 KB | 0664 |
|
| class-email-editor-container.php | File | 8.68 KB | 0664 |
|
| class-package.php | File | 732 B | 0664 |
|
| exceptions.php | File | 2.81 KB | 0664 |
|