Heads up!
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
This filter hook allows triggering custom actions, and skipping the default trigger.
Parameters
- $skip (bool): Set to true to skip the default trigger.
- $action (object): Form action object.
- $entry (object): Entry object.
- $form (object): Form object.
- $event (string): Can be create or update .
Examples
There are currently no examples for this hook.