| @@ -1,17 +1,16 @@ | ||
| 1 | 1 | <?php |
| 2 | - | |
| 3 | 2 | /** |
| 4 | 3 | * Plugin Name: Templately |
| 5 | 4 | * Description: The Best Templates Cloud for Elementor & Gutenberg. Get access to stunning templates, WorkSpace, Cloud Library & many more. |
| 6 | 5 | * Plugin URI: https://templately.com |
| 7 | 6 | * Author: Templately |
| 8 | - * Version: 3.6.5 | |
| 7 | + * Version: 2.0.1 | |
| 9 | 8 | * Author URI: https://templately.com/ |
| 10 | 9 | * Text Domain: templately |
| 11 | 10 | * Domain Path: /languages |
| 12 | 11 | */ |
| 13 | -defined( 'ABSPATH' ) or die( 'Access denied!' ); // Avoid direct file request | |
| 12 | +defined('ABSPATH') or die( 'Access denied!' ); // Avoid direct file request | |
| 14 | 13 | |
| 15 | 14 | define( 'TEMPLATELY_FILE', __FILE__ ); |
| 16 | 15 | define( 'TEMPLATELY_PATH', plugin_dir_path( TEMPLATELY_FILE ) ); |
| 17 | 16 | require TEMPLATELY_PATH . 'vendor/autoload.php'; |
| @@ -20,8 +19,8 @@ | ||
| 20 | 19 | * Templately Class will be instantiated by function. |
| 21 | 20 | * @return Templately\Plugin |
| 22 | 21 | */ |
| 23 | 22 | function templately() { |
| 24 | - return Templately\Plugin::get_instance(); | |
| 23 | + return Templately\Plugin::get_instance(); | |
| 25 | 24 | } |
| 26 | 25 | |
| 27 | -templately(); | |
| 26 | +templately(); | |