Don't automatically include homepage in all pages
MAILPOET-4897
This commit is contained in:
committed by
Aschepikov
parent
c0a0dc6188
commit
f3f33e5859
@ -370,9 +370,6 @@ class DisplayFormInWPContent {
|
|||||||
if (($setup['homepage'] ?? false) === '1') {
|
if (($setup['homepage'] ?? false) === '1') {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (($setup['pages']['all'] ?? false) === '1') {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user