We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b2a3e commit 8e28bbbCopy full SHA for 8e28bbb
modules/remediation/components/remediation-runner.php
@@ -91,6 +91,12 @@ private function is_template_redirect_ajax_request(): bool {
91
return true;
92
}
93
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
+
100
// Check for AJAX header on frontend requests (not admin)
101
// Only if it's not an admin request and has AJAX header
102
if ( ! is_admin() &&
0 commit comments