
Deprecated: Case statements followed by a semicolon (;) are deprecated, use a colon (:) instead in /Users/remco/Projects/wp-pronamic-pay-gravityforms/vendor/react/promise/src/functions.php on line 369
# Hooks

- [Actions](#actions)
- [Filters](#filters)

## Actions

*This project does not contain any WordPress actions.*

## Filters

### `pronamic_pay_gravityforms_delay_actions`

*Filters the delay actions to display on the payment feed settings page and to process.*

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`$actions` | `array` | {<br><br>    Delay action.<br><br>    @var null\|\GFAddon $addon                       Optional reference to a Gravity Forms add-on object.<br>    @var bool          $active                      Boolean flag to indicate the delay action can be enabled (add-on active).<br>    @var string        $meta_key                    Post meta key used to store meta value if the delay action is enabled.<br>    @var bool          $delayed_payment_integration Boolean flag to indicate the delay action is defined by a delayed payment integration.<br>    @var string        $label                       The label to show on the payment feed settings page.<br>    @var callable      $delay_callback              Callback function which can be used to remove actions/filters to delay actions.<br>    @var callable      $process_callback            Callback function to process the delay action.<br><br>}

**Changelog**

Version | Description
------- | -----------
`2.4.0` | 

Source: [src/Extension.php](../src/Extension.php), [line 1479](../src/Extension.php#L1479-L1501)


<p align="center"><a href="https://github.com/solvebeam/wp-hooks-documentor"><img src="https://cdn.jsdelivr.net/gh/solvebeam/wp-hooks-documentor@main/logos/solvebeam-wp-hooks-documentor.svgo-min.svg" alt="SolveBeam WordPress Hooks Documentor" width="32" height="32"></a><br><em>Generated by <a href="https://github.com/solvebeam/wp-hooks-documentor">SolveBeam WordPress Hooks Documentor</a> <code>1.5.0</code></em><p>

