PHP 8.2.31
Preview: Package.php Size: 570 B
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/woocommerce/packages/email-editor/src/Package.php

<?php

namespace MailPoet\EmailEditor;

defined( 'ABSPATH' ) || exit;

/**
 * Main package class.
 */
class Package {

	/**
	 * Version.
	 *
	 * @var string
	 */
	const VERSION = '0.1.0';

	/**
	 * Init the package.
	 */
	public static function init() {
		EmailEditorContainer::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__ );
	}
}

Directory Contents

Dirs: 3 × Files: 6

Name Size Perms Modified Actions
Engine DIR
- drwxr-xr-x 2026-03-03 06:25:15
Edit Download
- drwxr-xr-x 2026-03-03 06:25:11
Edit Download
Validator DIR
- drwxr-xr-x 2026-03-03 06:25:15
Edit Download
947 B lrw-r--r-- 2026-03-03 06:25:15
Edit Download
1.42 KB lrw-r--r-- 2026-03-03 06:25:15
Edit Download
853 B lrw-r--r-- 2026-03-03 06:25:15
Edit Download
7.02 KB lrw-r--r-- 2026-03-03 06:25:15
Edit Download
2.71 KB lrw-r--r-- 2026-03-03 06:25:15
Edit Download
570 B lrw-r--r-- 2026-03-03 06:25:15
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).