« Back to Frequently asked questions

Are there any action hooks?

Action hooks allow developers to customise the behaviour of the plugin, or to trigger integrations at specific times. This plugin has some action hooks, and Gravity Forms has many of its own action hooks.

  • gf_windcave_process_approved

    • array $entry
    • array $form
    • array $feed

    Triggered when a transaction has completed successfully.

  • gf_windcave_process_confirmation_parsed

    • array $entry
    • array $form

    Triggered when a transaction has been processed and the confirmation page is being displayed.

  • gf_windcave_process_failed

    • array $entry
    • array $form
    • array $feed

    Triggered when a transaction has failed or was cancelled.