Your IP : 216.73.216.0
<?php
/**
*Plugin Name: RT Elements
* Description: Theme core addon pluign.
* Version: 1.0.9
* Text Domain: rtelements
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
define( 'RTELEMENTS_FILE', __FILE__ );
define( 'RTELEMENTS_DIR_PATH_PRO', plugin_dir_path( __FILE__ ) );
define( 'RTELEMENTS_DIR_URL_PRO', plugin_dir_url( __FILE__ ) );
define( 'RTELEMENTS_ASSETS_PRO', trailingslashit( RTELEMENTS_DIR_URL_PRO . 'assets' ) );
require RTELEMENTS_DIR_PATH_PRO . 'base.php';
require RTELEMENTS_DIR_PATH_PRO . 'post-type/post-type.php';
require RTELEMENTS_DIR_PATH_PRO . 'shortcode-elementor/elementor-shortcode.php';
require RTELEMENTS_DIR_PATH_PRO . 'inc/custom-rt-icon.php';
require RTELEMENTS_DIR_PATH_PRO . 'inc/version-check.php';
require RTELEMENTS_DIR_PATH_PRO . 'reactheme-header-footer-elementor/reactheme-header-footer-elementor.php';
require RTELEMENTS_DIR_PATH_PRO . 'rt-custom-framework/pi-framework.php';