$page->isDescendantOfActive()
Checks if the page is a descendant of the currently active page
$page->isDescendantOfActive(): bool
Return type
bool
Parent class
Example
<?php if($page->isDescendantOfActive()): ?>
This page is a descendant of the currently active page.
<?php endif ?>