Pro Parameters
$postId — see source $postData — see source $entryId — see source $form — see source $feed — see source
Usage
add_action('fluentform/post_integration_success', function ($postId, $postData, $entryId, $form, $feed) {
}, 10, 5);
1
2
3
Reference
do_action('fluentform/post_integration_success', $postId, $postData, $entryId, $form, $feed);
This action is located in src/Components/Post/PostFormHandler.php (line 451).