HEX
Server: Apache
System: Linux p3plzcpnl503456.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: vrposilw0xwl (9558758)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/vrposilw0xwl/public_html/wp-content/plugins/templately/templately.php
<?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: 3.3.3
 * 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();