Server IP : 192.64.118.117 / Your IP : 18.217.55.199 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/mobilecreationz.com/wp-content/themes/TESSERACT/importer/ |
Upload File : |
<?php class Tesseract_Importer_Constants { public static $IMPORTED_PACKAGES_OPTION_NAME = 'tesseract_imported_packages'; public static $IMPORTED_BY_PACKAGE_META_KEY = '_imported_by_tesseract_package'; public static $TRACKED_POST_TYPES = array( 'fl-builder-template' ); public static $CONTENT_BLOCK_META_KEY = '_imported_content_block'; } if ( ! defined( 'TESSERACT_PACKAGES_FILE' ) ) { define( 'TESSERACT_PACKAGES_FILE', dirname( __FILE__ ) . '/data/packages.json' ); } require 'required-plugins.php'; require 'import-functions.php'; require 'utilities.php'; require 'beaver-builder-extensions/beaver-builder-extensions.php';