Skip to content

Commit 8e28bbb

Browse files
authored
[APP-2180] fix: resolve conflict with Divi editor (#427)
1 parent b4b2a3e commit 8e28bbb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/remediation/components/remediation-runner.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ private function is_template_redirect_ajax_request(): bool {
9191
return true;
9292
}
9393

94+
// Divi Visual Builder edit mode (et_fb parameter)
95+
if ( ! empty( $_REQUEST['et_fb'] ) ||
96+
! empty( $_GET['et_fb'] ) ) {
97+
return true;
98+
}
99+
94100
// Check for AJAX header on frontend requests (not admin)
95101
// Only if it's not an admin request and has AJAX header
96102
if ( ! is_admin() &&

0 commit comments

Comments
 (0)