Don't automatically include homepage in all pages

MAILPOET-4897
This commit is contained in:
John Oleksowicz
2023-06-27 16:26:19 -05:00
committed by Aschepikov
parent c0a0dc6188
commit f3f33e5859

View File

@ -370,9 +370,6 @@ class DisplayFormInWPContent {
if (($setup['homepage'] ?? false) === '1') {
return true;
}
if (($setup['pages']['all'] ?? false) === '1') {
return true;
}
return false;
}