File: /var/www/ruby/wp-content/plugins/echooling-elements/echooling-elements.php
<?php
/**
*Plugin Name: Echooling Elements
* Description: Theme core addon pluign.
* Version: 1.0.4
* Text Domain: pielements
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
define( 'RSADDON_DIR_PATH_PRO', plugin_dir_path( __FILE__ ) );
define( 'RSADDON_DIR_URL_PRO', plugin_dir_url( __FILE__ ) );
define( 'RSADDON_ASSETS_PRO', trailingslashit( RSADDON_DIR_URL_PRO . 'assets' ) );
require RSADDON_DIR_PATH_PRO . 'base.php';
require RSADDON_DIR_PATH_PRO . 'post-type/post-type.php';
require RSADDON_DIR_PATH_PRO . 'shortcode-elementor/elementor-shortcode.php';