The $page_ID in my code IS being successfully passed.
The problem appears to be
if( in_array($about_ID, $ancestors) == TRUE ){
return 1;
}
This if statement NEVER returns 1.
Am I misusing in_array? Or is there any reason why $ancestors wouldn’t work?