Description
Fires after the Entry Edited via Entry Blocks.
Usage
Run an action after any entry is edited with GP Entry Blocks.
add_action( 'gpeb_edit_entry', 'my_custom_function' );
Run an action after an entry in a specific form is edited with GP Entry Blocks.
add_action( 'gpeb_edit_entry_FORMID', 'my_custom_function' );
Parameters
Since
This action is available since Gravity Forms Entry Blocks 1.0-alpha-2.25.