fixed redirection preventing to edit in divi builder mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user