Action: gk/gravityactions/template_after_include:{$hook_name}
Fires an Action for a given template name after including the template file.
E.g.: gk-gravityactions/template_after_include:form/details/text gk-gravityactions/template_after_include:form/embed
Parameters
| Name | Type | Description |
|---|---|---|
| $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 1113