golden hour
/home/godaofbq/dev.hyperredbed.com/wp-content/plugins/templately
⬆️ Go Up
Upload
File/Folder
Size
Actions
README.txt
9.41 KB
Del
OK
assets
-
Del
OK
changelog.txt
14.18 KB
Del
OK
includes
-
Del
OK
index.php
28 B
Del
OK
languages
-
Del
OK
templately.php
762 B
Del
OK
vendor
-
Del
OK
views
-
Del
OK
wpml-config.xml
461 B
Del
OK
Edit: 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.2.0 * 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();
Save