| Server IP : 207.244.250.86 / Your IP : 216.73.216.10 Web Server : Apache System : Linux plesk1.codeponents.com 4.18.0-240.10.1.el8_3.x86_64 #1 SMP Mon Jan 18 17:05:51 UTC 2021 x86_64 User : motionave ( 10025) PHP Version : 8.0.15 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/motionave.com/devsite.motionave.com/wp-content/plugins/templately/ |
Upload File : |
<?php
/**
* Plugin Name: Templately
* Description: The Best Templates Cloud for Elementor & Gutenberg. Get access to stunning templates, WorkSpace, Cloud Library & many more.
* Plugin URI: https://templately.com
* Author: Templately
* Version: 2.2.12
* Author URI: https://templately.com/
* Text Domain: templately
* Domain Path: /languages
*/
defined( 'ABSPATH' ) or die( 'Access denied!' ); // Avoid direct file request
define( 'TEMPLATELY_FILE', __FILE__ );
define( 'TEMPLATELY_PATH', plugin_dir_path( TEMPLATELY_FILE ) );
require TEMPLATELY_PATH . 'vendor/autoload.php';
/**
* Templately Class will be instantiated by function.
* @return Templately\Plugin
*/
function templately() {
return Templately\Plugin::get_instance();
}
templately();