Description
Filter the pricing logic that will be used for the given form.
Usage
Apply to all forms.
add_filter( 'gpcp_pricing_logic', 'my_custom_function' );
Apply to a specific form.
add_filter( 'gpcp_pricing_logic_FORMID', 'my_custom_function' );
Parameters
Since
This filter is available since Gravity Forms Conditional Pricing 1.3.10.