- added UM_LEGACY_BUILDER_OFF constant for future development;

This commit is contained in:
Mykyta Synelnikov
2023-12-01 17:25:53 +02:00
parent 05928088d8
commit f8e49b96e1
3 changed files with 18 additions and 12 deletions
+1
View File
@@ -32,6 +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 );
require_once 'includes/class-functions.php';
require_once 'includes/class-init.php';