PluginProbe
HT Builder – WordPress Theme Builder for Elementor / trunk
HT Builder – WordPress Theme Builder for Elementor vtrunk
1.3.5 1.3.4 trunk 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.8 1.0.9 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3
ht-builder / ht-builder.php

ht-builder.php in HT Builder – WordPress Theme Builder for Elementor trunk, at ht-builder.php

24 lines 840 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Plugin Name: HT Builder
4 * Description: HT Builder is a elementor addons package for Elementor page builder plugin for WordPress.
5 * Plugin URI: https://hasthemes.com/plugins/
6 * Author: HasThemes
7 * Author URI: http://hasthemes.com/
8 * Version: 1.3.5
9 * License: GPL2
10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
11 * Text Domain: ht-builder
12 * Domain Path: /languages
13 */
14
15 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
16
17 define( 'HTBUILDER_VERSION', '1.3.5' );
18 define( 'HTBUILDER_PL_ROOT', __FILE__ );
19 define( 'HTBUILDER_PL_URL', plugins_url( '/', HTBUILDER_PL_ROOT ) );
20 define( 'HTBUILDER_PL_PATH', plugin_dir_path( HTBUILDER_PL_ROOT ) );
21 define( 'HTBUILDER_PLUGIN_BASE', plugin_basename( HTBUILDER_PL_ROOT ) );
22
23 // Required File
24 require( HTBUILDER_PL_PATH.'includes/base.php' );