- added UM_DEV_MODE constant -> display Experimental features;

This commit is contained in:
Mykyta Synelnikov
2024-01-18 16:00:11 +02:00
parent 93c2989aa1
commit 328de82d60
4 changed files with 26 additions and 6 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ define( 'UM_PATH', plugin_dir_path( __FILE__ ) );
define( 'UM_PLUGIN', plugin_basename( __FILE__ ) );
define( 'UM_VERSION', $plugin_data['Version'] );
define( 'UM_PLUGIN_NAME', $plugin_data['Name'] );
// define( 'UM_LEGACY_BUILDER_OFF', true );
// define( 'UM_DEV_MODE', true );
require_once 'includes/class-functions.php';
require_once 'includes/class-init.php';