diff --git a/mu-plugins/fictioneer_002_elementor_control.php b/mu-plugins/fictioneer_002_elementor_control.php index 18a9a04a..7f93b3e4 100644 --- a/mu-plugins/fictioneer_002_elementor_control.php +++ b/mu-plugins/fictioneer_002_elementor_control.php @@ -56,7 +56,8 @@ function fictioneer_elementor_control() { if ( is_admin() || wp_doing_ajax() || - strpos( $_SERVER['REQUEST_URI'], 'elementor' ) !== false + strpos( $_SERVER['REQUEST_URI'], 'elementor' ) !== false || + strpos( $_SERVER['REQUEST_URI'], 'customize_changeset' ) !== false ) { return; }