2015-09-15, 07:50:06
This is expected, it has always been this way.
You can make your own navigation function and use that instead...
just copy get_navigation
and a private and logged in check, perhaps you also want a author is user check, we don't know what you want therefore we do not filter them.
You can make your own navigation function and use that instead...
just copy get_navigation
and a private and logged in check, perhaps you also want a author is user check, we don't know what you want therefore we do not filter them.
PHP Code:
if ($page['menuStatus'] == 'Y') {
if(!is_logged_in() && (string)$page['private'] == 'Y') continue;