$page->isUnlisted()
Checks if the page has no sorting number
$page->isUnlisted(): bool
Return type
bool
Parent class
<?php if($page->isUnlisted()): ?>
// redirect to error page
<?php go('error') ?>
<?php endif ?>
Checks if the page has no sorting number
$page->isUnlisted(): bool
bool
<?php if($page->isUnlisted()): ?>
// redirect to error page
<?php go('error') ?>
<?php endif ?>