XylotrechusZ
<?php
/**
*Plugin Name: RSElements
* Description: <a href="http://rstheme.com/products/wordpress/plugins/elementor">RS Elementor Addon</a> is the most advanced frontend drag & drop page builder addon. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.
* Plugin URI: https://rstheme.com/
* Version: 1.0.2
* Author: rs-theme
* Author URI: https://rstheme.com/
* Text Domain: rsaddon
*/
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';
add_image_size( 'rsaddon-team-round-style', 500, 500, true );