PluginProbe
Elementor Website Builder – more than just a page builder / 3.26.2
Elementor Website Builder – more than just a page builder v3.26.2
4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | modules/safe-mode/mu-plugin/elementor-safe-mode.php +2 -1 4.3.0-beta33.26.2 View file →
@@ -1,5 +1,6 @@
1 1 <?php
2 +
2 3 /**
3 4 * Plugin Name: Elementor Safe Mode
4 5 * Description: Safe Mode allows you to troubleshoot issues by only loading the editor, without loading the theme or any other plugin.
5 6 * Plugin URI: https://elementor.com/?utm_source=safe-mode&utm_campaign=plugin-uri&utm_medium=wp-dash
@@ -23,9 +24,9 @@
23 24 * GNU General Public License for more details.
24 25 */
25 26
26 27 if ( ! defined( 'ABSPATH' ) ) {
27 - exit; // Exit if accessed directly.
28 + exit; // Exit if accessed directly
28 29 }
29 30
30 31 class Safe_Mode {
31 32