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

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

private is_singular ( ) : boolean
Результат 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();
    }