gspc_init_args
Description
Filter the args to initialize Product Configurator on the frontend.
Usage
Applied globally
add_filter( 'gspc_init_args', 'my_custom_function' );
Applied to specific form
add_filter( 'gspc_init_args_FORMID', 'my_custom_function' );
Parameters
$args
array
Arguments used to initialize the JavaScript instance of GSProductConfigurator.
$form
array
The current form.
Since
1.0-beta-1
Hook added.