Filter: gravityview/template/text/no_entries
Modify the text displayed when there are no entries.
Parameters
| Name | Type | Description |
|---|---|---|
| $output | string | The existing "No Entries" text. |
| $is_search | bool | Is the current page a search result, or just a multiple entries screen? |
| $context | \GV\Template_Context | The context. |
| $unformatted_output | string | Output without wpautop(). |
Since
Source
Defined in includes/class-api.php at line 430
Returns
The modified text.