Allow additional form entry processing after successful import
For Gravity Forms Entry Importer, add a hook to allow additional actions to be taken on successfully imported entries.
e.g. Add
doaction( 'postprocessimportedgfentry' , $entry);
to the bottom of the else clause in function addentry() in class-gravityview-entry-importer.php
1
vote
Robert
shared this idea