Filter: gravityview/template/entry/class
Filter the template class that is about to be used to render the entry.
Parameters
| Name | Type | Description |
|---|---|---|
| $class | string | The chosen class. Default: \GV\Entry_Table_Template. |
| $entry | \GV\Entry | The entry about to be rendered. |
| $view | \GV\View | The View connected to it. |
| $request | \GV\Request | The associated request. |
Since
- 2.0
Source
Defined in src/Renderer/EntryRenderer.php at line 152