---
id: gfpdf_gv_feature_tour
title: "Filter - gfpdf_gv_feature_tour"
sidebar_label: "gfpdf_gv_feature_tour"
tags:
  - "2.0"
---

# Filter: gfpdf_gv_feature_tour

Whether to offer a feature tour.

Defaults to whether this install upgraded into the tour's release, so returning true opts a fresh install in. Returning false hides the tour without recording a dismissal, so turning the filter back off shows it again. Dismissal is checked first and the filter can't override it.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $display | `bool` |  |
| $tour | `\Tour` |  |

### Since

- 2.0

### Source

Defined in `src/GravityView/FeatureTour.php` at line 180

