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

is_singular() private method

private is_singular ( ) : boolean
return boolean Whether or not the current request is for a single post or the page for posts.
    private function is_singular()
    {
        return is_singular() || $this->is_page_for_posts();
    }