| Server IP : 37.9.174.138 / Your IP : 216.73.216.117 Web Server : Apache System : Linux vps6.backend.sk 6.12.100+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.100-1 (2026-07-30) x86_64 User : ftpuser ( 1001) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/lukasreistetter.sk/web/wp-content/plugins/move-addons/ |
Upload File : |
<?php /** * Plugin Name: Move Addons for Elementor * Description: Move Addons is an Elementor Page builder widget plugin. The only Elementor Addon you will ever need! Take Your Website to the whole new level with 80+ Elementor Widgets. * Plugin URI: https://demo.moveaddons.com * Author: moveaddons * Author URI: https://moveaddons.com * Version: 1.3.8 * License: GPL2 * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Text Domain: moveaddons * Domain Path: /languages * Elementor tested up to: 3.28.3 * Elementor Pro tested up to: 3.28.3 */ if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly define( 'MOVE_ADDONS_VERSION', '1.3.8' ); define( 'MOVE_ADDONS_FILE', __FILE__ ); define( 'MOVE_ADDONS_PL_PATH', plugin_dir_path( MOVE_ADDONS_FILE ) ); define( 'MOVE_ADDONS_DIR_URL', plugin_dir_url( MOVE_ADDONS_FILE ) ); define( 'MOVE_ADDONS_BASE', plugin_basename( MOVE_ADDONS_FILE ) ); define( 'MOVE_ADDONS_ASSETS', trailingslashit( MOVE_ADDONS_DIR_URL . 'assets' ) ); require_once MOVE_ADDONS_PL_PATH . 'base/move-base.php'; \MoveAddons\Elementor\move_addons();