Server IP : 178.239.150.4 / Your IP : 3.139.94.67 Web Server : LiteSpeed System : Linux ci.mitralhost.com 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : sitsaz202 ( 1245) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/sitsaz202/public_html/wp-content/plugins/ultimate-elementor/ |
Upload File : |
<?php /** * Plugin Name: افزونه صفحه ساز المنتور - نوین وردپرس * Plugin URI: https://wpnovin.com/ * Author: نوین وردپرس * Author URI: https://wpnovin.com/ * Version: 1.38 * Elementor tested up to: 3.21.0 * Elementor Pro tested up to: 3.21.0 * Description: افزونه صفحه ساز یک افزونه ممتاز برای المنتور است که بیش از 40 ویجت را اضافه می کند و در بالای هر بسته المنتور (رایگان، حرفه ای) کار می کند. شما می توانید آن را با هر قالب وردپرس استفاده کنید. * Text Domain: uael * * @package UAEL */ define( 'UAEL_FILE', __FILE__ ); require_once 'classes/class-uael-loader.php'; /** * Load Brainstorm product updater */ $bsf_core_version_file = realpath( dirname( __FILE__ ) . '/admin/bsf-core/version.yml' ); if ( is_file( $bsf_core_version_file ) ) { global $bsf_core_version, $bsf_core_path; $bsf_core_dir = realpath( dirname( __FILE__ ) . '/admin/bsf-core/' ); $version = file_get_contents( realpath( plugin_dir_path( __FILE__ ) . '/admin/bsf-core/version.yml' ) ); if ( version_compare( $version, $bsf_core_version ? $bsf_core_version : '0.0.0', '>' ) ) { $bsf_core_version = $version; $bsf_core_path = $bsf_core_dir; } } if ( ! function_exists( 'bsf_core_load' ) ) { /** * Load Brainstorm product updater */ function bsf_core_load() { global $bsf_core_version, $bsf_core_path; if ( is_file( realpath( $bsf_core_path . '/index.php' ) ) ) { include_once realpath( $bsf_core_path . '/index.php' ); } } } add_action( 'init', 'bsf_core_load', 999 );