gspc_addons
Description
Filter the addons for the current cart item.
Usage
Applied globally
add_filter( 'gspc_addons', 'my_custom_function' );
Applied to specific form
add_filter( 'gspc_addons_FORMID', 'my_custom_function' );
Parameters
$addons
GSPCAddons
The addons for the current cart item.
$object
WCCartItem
The current cart item.
$form
GFForm
The current form.
$entry
GFEntry
The current entry.
Since
1.0-beta-1
Hook added.