Filter: gk/gravityactions/template_done
Allow users to disable templates before rendering it by returning empty string.
Parameters
| Name | Type | Description |
|---|---|---|
| $ | string | null Whether to continue displaying the template or not. |
| $name | array | Template name. |
| $template_vars | array | Any template vars data you need to expose to this file. |
| $echo | bool | If we should also print the Template. |
Since
Source
Defined in src/GravityActions/Template.php at line 653