Filter: gk/gravityactions/template_pre_html:{$hook_name}
Allow users to filter the HTML by the name before rendering.
E.g.: gk-gravityactions/template_pre_html:form/details/text gk-gravityactions/template_pre_html:form/entry
Parameters
| Name | Type | Description |
|---|---|---|
| $html | string | The initial HTML |
| $file | string | Complete path to include the PHP File |
| $name | array | Template name |
| $template | self | Current instance of the Template |
Since
Source
Defined in src/GravityActions/Template.php at line 740