fixed redirection preventing to edit in divi builder mode

This commit is contained in:
asus
2024-03-20 11:24:40 +01:00
parent 4eee697078
commit 58f287f00f
3 changed files with 15 additions and 0 deletions

View File

@@ -59,6 +59,10 @@ function prof_profil_redirects_CIPF() {
// is an author page
if (!is_author())
return;
// don't redirect if it is the divi builder mode
if (et_fb_is_enabled) {
return;
}