Hooks
Actions
Learn about the different action hooks available within Gravity Forms. Action hooks allow you to perform additional actions when an event takes place.
Filters
Discover the different filter hooks available within Gravity Forms. You can use filters to modify data to better match your particular needs.
JavaScript
Find explanations of the various JavaScript hooks used by Gravity Forms and its add-ons.
Deprecated
Here you will find a listing of the action hooks in Gravity Forms which have been deprecated.
Articles
gform_admin_pre_render
This filter is executed before the entry detail is displayed and can be used to manipulate the Form Object prior to rendering the entry.
gform_advanced_settings
This hook has been deprecated. Please use gform_form_settings instead.
gform_advancedpostcreation_args_pre_get_custom_post_types
Enables the arguments used to get the custom post types to be overridden.
gform_advancedpostcreation_excerpt
Controls whether the post excerpt field is available in the feed settings.
gform_advancedpostcreation_file_fields_choices
Allows the available choices for the media settings to be overridden on the feed configuration page.
gform_advancedpostcreation_file_url_pre_set_post_thumbnail
The gform_advancedpostcreation_file_url_pre_set_post_thumbnail filter can be used to override the URL of the file to be added to the media library and set as the post thumbnail.
gform_advancedpostcreation_post
Modifies the Post object before it is created.
gform_advancedpostcreation_post_after_creation
Action hook which allows further actions to be performed after the post has been created.
gform_advancedpostcreation_post_update_post
Allow custom actions to be performed after the post is updated.
gform_advancedpostcreation_pre_update_post
Allow custom actions to be performed before the post is updated.