PATH:
home
/
ajwellnessmassag
/
angelictravels.online
/
wp-content
/
plugins
/
premium-addons-for-elementor
<?php /* Plugin Name: Premium Addons for Elementor Description: Premium Addons for Elementor plugin includes widgets and addons like Blog Post Grid, Megamenu, Post Carousel, Advanced Slider, Modal Popup, Google Maps, SVG Draw, Lottie Animations, Countdown, Testimonials. Plugin URI: https://premiumaddons.com Version: 4.11.69 Elementor tested up to: 3.35 Elementor Pro tested up to: 3.35 Author: Leap13 Author URI: https://leap13.com/ Text Domain: premium-addons-for-elementor Domain Path: /languages License: GNU General Public License v3.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // No access of directly access. } // Define Constants. define( 'PREMIUM_ADDONS_VERSION', '4.11.69' ); define( 'PREMIUM_ADDONS_URL', plugins_url( '/', __FILE__ ) ); define( 'PREMIUM_ADDONS_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) ); define( 'PREMIUM_ASSETS_PATH', set_url_scheme( wp_upload_dir()['basedir'] . '/premium-addons-elementor' ) ); define( 'PREMIUM_ASSETS_URL', set_url_scheme( wp_upload_dir()['baseurl'] . '/premium-addons-elementor' ) ); define( 'PREMIUM_ADDONS_FILE', __FILE__ ); define( 'PREMIUM_ADDONS_BASENAME', plugin_basename( PREMIUM_ADDONS_FILE ) ); define( 'PREMIUM_ADDONS_STABLE_VERSION', '4.11.68' ); /* * Load autoloader */ require_once PREMIUM_ADDONS_PATH . 'autoload.php'; /* * Load plugin core file */ require_once PREMIUM_ADDONS_PATH . 'includes/class-pa-core.php';
[+]
modules
[-] readme.txt
[edit]
[+]
addons
[-] changelog.txt
[edit]
[-] autoload.php
[edit]
[-] wpml-config.xml
[edit]
[+]
assets
[+]
widgets
[+]
..
[-] premium-addons-for-elementor.php
[edit]
[+]
includes
[+]
admin
[+]
languages