| @@ -1,10 +1,10 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: Elementor |
| 4 | - * Description: The Elementor Website Builder has it all: drag and drop page builder, Atomic Editor, pixel perfect design, global and reusable style systems, mobile responsive editing, and more. Get started now! | |
| 4 | + * Description: The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing, and more. Get started now! | |
| 5 | 5 | * Plugin URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash |
| 6 | - * Version: 4.1.0-dev3 | |
| 6 | + * Version: 3.32.3 | |
| 7 | 7 | * Author: Elementor.com |
| 8 | 8 | * Author URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash |
| 9 | 9 | * Requires PHP: 7.4 |
| 10 | 10 | * Requires at least: 6.6 |
| @@ -27,9 +27,9 @@ | ||
| 27 | 27 | if ( ! defined( 'ABSPATH' ) ) { |
| 28 | 28 | exit; // Exit if accessed directly. |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | -define( 'ELEMENTOR_VERSION', '4.1.0-dev3' ); | |
| 31 | +define( 'ELEMENTOR_VERSION', '3.32.3' ); | |
| 32 | 32 | |
| 33 | 33 | define( 'ELEMENTOR__FILE__', __FILE__ ); |
| 34 | 34 | define( 'ELEMENTOR_PLUGIN_BASE', plugin_basename( ELEMENTOR__FILE__ ) ); |
| 35 | 35 | define( 'ELEMENTOR_PATH', plugin_dir_path( ELEMENTOR__FILE__ ) ); |
| @@ -51,18 +51,8 @@ | ||
| 51 | 51 | if ( file_exists( ELEMENTOR_PATH . 'vendor/autoload.php' ) ) { |
| 52 | 52 | require_once ELEMENTOR_PATH . 'vendor/autoload.php'; |
| 53 | 53 | // We need this file because of the DI\create function that we are using. |
| 54 | 54 | // Autoload classmap doesn't include this file. |
| 55 | -} | |
| 56 | - | |
| 57 | -$deprecation_func_file = ELEMENTOR_PATH . 'vendor_prefixed/twig/symfony/deprecation-contracts/function.php'; | |
| 58 | -if ( file_exists( $deprecation_func_file ) ) { | |
| 59 | - require_once $deprecation_func_file; | |
| 60 | - if ( ! function_exists( 'trigger_deprecation' ) ) { | |
| 61 | - function trigger_deprecation( string $package, string $version, string $message, ...$args ): void { | |
| 62 | - \ElementorDeps\trigger_deprecation( $package, $version, $message, ...$args ); | |
| 63 | - } | |
| 64 | - } | |
| 65 | 55 | } |
| 66 | 56 | |
| 67 | 57 | if ( ! version_compare( PHP_VERSION, '7.4', '>=' ) ) { |
| 68 | 58 | add_action( 'admin_notices', 'elementor_fail_php_version' ); |