mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- added UM_DEV_MODE constant -> display Experimental features;
This commit is contained in:
@@ -555,7 +555,7 @@ final class Enqueue extends \um\common\Enqueue {
|
||||
wp_enqueue_style( 'um_admin_common' );
|
||||
|
||||
if ( self::$um_cpt_form_screen ) {
|
||||
if ( defined( 'UM_LEGACY_BUILDER_OFF' ) && UM_LEGACY_BUILDER_OFF ) {
|
||||
if ( defined( 'UM_DEV_MODE' ) && UM_DEV_MODE && UM()->options()->get( 'enable_new_form_builder' ) ) {
|
||||
// Do new assets.
|
||||
} else {
|
||||
$this->load_builder();
|
||||
|
||||
Reference in New Issue
Block a user