Oops, I forgot to translate the "not" part when converting between methods...
and (in_array($current_page_base,
needs to be
and (!in_array($current_page_base,
Oops, I forgot to translate the "not" part when converting between methods...
and (in_array($current_page_base,
needs to be
and (!in_array($current_page_base,