Inpsyde\MultilingualPress\Common\ConditionalAwareRequest::is_page_for_posts PHP Метод

is_page_for_posts() приватный Метод

private is_page_for_posts ( ) : boolean
Результат boolean Whether or not the current request is for the page for posts.
    private function is_page_for_posts()
    {
        return is_home() && !is_front_page();
    }