Inpsyde\MultilingualPress\Common\ConditionalAwareRequest::is_page_for_posts PHP Method

is_page_for_posts() private method

private is_page_for_posts ( ) : boolean
return 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();
    }