gspc_processed_entry
Description
Action that runs when an entry is either added or edited.
Usage
Applied globally
add_action( 'gspc_processed_entry', 'my_custom_function' );
Parameters
$entry
GFEntry
The entry that was added or edited.
$product_form
GFForm
The product form.
$feed
GSPCFeed
The product feed.
$product_id
int
The product ID.