We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db6953 commit 95bd98eCopy full SHA for 95bd98e
index.php
@@ -73,7 +73,9 @@ function visualizer_launch() {
73
define( 'VISUALIZER_REST_VERSION', 1 );
74
// if the below is true, then the js/customization.js in the plugin folder will be used instead of the one in the uploads folder (if it exists).
75
// this is also used in Block.php
76
- define( 'VISUALIZER_TEST_JS_CUSTOMIZATION', false );
+ if ( ! defined( 'VISUALIZER_TEST_JS_CUSTOMIZATION' ) ) {
77
+ define( 'VISUALIZER_TEST_JS_CUSTOMIZATION', false );
78
+ }
79
80
if ( ! defined( 'VISUALIZER_CSV_DELIMITER' ) ) {
81
define( 'VISUALIZER_CSV_DELIMITER', ',' );
0 commit comments