# GravityActions Developer Documentation > Hooks documentation for GravityActions Version: 1.5 This file contains links to documentation sections following the llmstxt.org standard. ## Table of Contents - [Action - gk/gravityactions/after_modal_render](https://www.gravitykit.dev/docs/gravityactions/actions/gk-gravityactions-after_modal_render): Action to allow processing of any actions after rendering the content of the modal. - [Action - gk/gravityactions/after_modal_render:{$action_key}](https://www.gravitykit.dev/docs/gravityactions/actions/gk-gravityactions-after_modal_renderaction_key): Action to allow processing of any actions after rendering the content of the modal. - [Action - gk/gravityactions/after_modal_render:{$view}](https://www.gravitykit.dev/docs/gravityactions/actions/gk-gravityactions-after_modal_renderview): Action to allow processing of any actions after rendering the content of the modal. - [Action - gk/gravityactions/before_modal_render](https://www.gravitykit.dev/docs/gravityactions/actions/gk-gravityactions-before_modal_render): Action to allow processing of any actions before rendering the content of the modal. - [Action - gk/gravityactions/before_modal_render:{$action_key}](https://www.gravitykit.dev/docs/gravityactions/actions/gk-gravityactions-before_modal_renderaction_key): Action to allow processing of any actions before rendering the content of the modal. - [Action - gk/gravityactions/before_modal_render:{$view}](https://www.gravitykit.dev/docs/gravityactions/actions/gk-gravityactions-before_modal_renderview): Action to allow processing of any actions before rendering the content of the modal. - [Action - gk/gravityactions/loaded](https://www.gravitykit.dev/docs/gravityactions/actions/gk-gravityactions-loaded): Triggers an action when the plugin is fully loaded. - [Action - gk/gravityactions/template_after_include](https://www.gravitykit.dev/docs/gravityactions/actions/gk-gravityactions-template_after_include): Fires an Action after including the template file. - [Action - gk/gravityactions/template_after_include:{$hook_name}](https://www.gravitykit.dev/docs/gravityactions/actions/gk-gravityactions-template_after_includehook_name): Fires an Action for a given template name after including the template file. - [Action - gk/gravityactions/template_before_include](https://www.gravitykit.dev/docs/gravityactions/actions/gk-gravityactions-template_before_include): Fires an Action before including the template file - [Action - gk/gravityactions/template_before_include:{$hook_name}](https://www.gravitykit.dev/docs/gravityactions/actions/gk-gravityactions-template_before_includehook_name): Fires an Action for a given template name before including the template file, - [Actions](https://www.gravitykit.dev/docs/gravityactions/actions): GravityActions actions - [Filter - gk/gravityactions/bulk_actions_map](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-bulk_actions_map): Filters the bulk actions map included in the GV group. - [Filter - gk/gravityactions/edit_action/supported_form_meta](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-edit_action-supported_form_meta): Filter to allow short-circuiting the modal rendering. - [Filter - gk/gravityactions/email_action/get_field](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-email_action-get_field): Filter any field before returning it's values. - [Filter - gk/gravityactions/email_action/get_field:{$field->id}](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-email_action-get_fieldfield-id): Filter of a specific field before returning it. - [Filter - gk/gravityactions/email_action/get_fields](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-email_action-get_fields): Filter to allow short-circuiting the modal rendering. - [Filter - gk/gravityactions/hide_hidden_inputs](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-hide_hidden_inputs): Allows showing inputs that aren't currently displayed in the form. - [Filter - gk/gravityactions/is_truthy_strings](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-is_truthy_strings): Provides an opportunity to modify strings that will be deemed to evaluate to true. - [Filter - gk/gravityactions/modal/verify-nonce](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-modal-verify-nonce): Filter whether to verify the nonce passed to the modal loading. - [Filter - gk/gravityactions/pre_modal_render](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-pre_modal_render): Filter to allow short-circuiting the modal rendering. - [Filter - gk/gravityactions/pre_modal_render:{$action_key}](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-pre_modal_renderaction_key): Filter to allow short-circuiting the modal rendering. - [Filter - gk/gravityactions/pre_modal_render:{$view}](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-pre_modal_renderview): Filter to allow short-circuiting the modal rendering. - [Filter - gk/gravityactions/template_after_include_html](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_after_include_html): Allow users to filter the after include actions. - [Filter - gk/gravityactions/template_after_include_html:{$hook_name}](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_after_include_htmlhook_name): Allow users to filter the after include actions by name. - [Filter - gk/gravityactions/template_before_include_html](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_before_include_html): Allow users to filter the Before include actions. - [Filter - gk/gravityactions/template_before_include_html:{$hook_name}](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_before_include_htmlhook_name): Allow users to filter the Before include actions by name. - [Filter - gk/gravityactions/template_done](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_done): Allow users to disable templates before rendering it by returning empty string. - [Filter - gk/gravityactions/template_file](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_file): A more Specific Filter that will include the template name - [Filter - gk/gravityactions/template_html](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_html): Allow users to filter the final HTML. - [Filter - gk/gravityactions/template_html:{$hook_name}](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_htmlhook_name): Allow users to filter the final HTML by the name. - [Filter - gk/gravityactions/template_include_html](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_include_html): Allow users to filter the PHP template include actions. - [Filter - gk/gravityactions/template_include_html:{$hook_name}](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_include_htmlhook_name): Allow users to filter the PHP template include actions by name. - [Filter - gk/gravityactions/template_origin_base_folder](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_origin_base_folder): Allows filtering of the base path for templates. - [Filter - gk/gravityactions/template_path_list](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_path_list): Allows filtering of the list of folders in which we will look for the template given. - [Filter - gk/gravityactions/template_plugin_path](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_plugin_path): Allows filtering of the base path for templates. - [Filter - gk/gravityactions/template_pre_html](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_pre_html): Allow users to filter the HTML before rendering. - [Filter - gk/gravityactions/template_pre_html:{$hook_name}](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_pre_htmlhook_name): Allow users to filter the HTML by the name before rendering. - [Filter - gk/gravityactions/template_public_namespace](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_public_namespace): Allows filtering of the base path for templates - [Filter - gk/gravityactions/template_public_path](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_public_path): Allows filtering of the base path for templates. - [Filter - gk/gravityactions/template_theme_path_list](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_theme_path_list): Allows filtering of the list of theme folders in which we will look for the template. - [Filter - gk/gravityactions/template_vars](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_vars): Allows filtering the Local template vars - [Filter - gk/gravityactions/template_vars_get](https://www.gravitykit.dev/docs/gravityactions/filters/gk-gravityactions-template_vars_get): Allows filtering the the getting of template vars variables, also short circuiting. - [Filters](https://www.gravitykit.dev/docs/gravityactions/filters): GravityActions filters - [GravityActions Developer Documentation](https://www.gravitykit.dev/docs/gravityactions): Developer documentation for GravityActions including hooks, actions, filters, and PHP API reference