Plugin: Formidable Lite
Filter Name: frm_trigger_my_action_name_delete_action
KB Link:
Declaration:
add_action('frm_trigger_my_action_name_delete_action', 'my_create_action_trigger', 10, 3);
Action Type:
Static
In class:
FrmFormActionsController
Source:
formidable/classes/controllers/FrmFormActionsController.php
Notes:
This action is a realization of the dynamic action 'frm_trigger_' . $action->post_excerpt . '_' . $event . '_action'.
The KB page that references this action falls under the topic of Creating Add-ons and should be of particular interest to developers.
Contribute Comments or Examples
No Entries Found