gspc_process_feed
Description
Fires when the Product Configurator feed is processed.
Usage
Applied globally
add_action( 'gspc_process_feed', 'my_custom_function' );
Parameters
$form
GFForm
The form object.
$entry
GFEntry
The entry object.
$feed
GSPCFeed
The feed object.
Since
1.0-beta-1
Hook added.