Description
Filter to modify choices (includes whether the choice has exceeded its limit).
Usage
Apply to all fields on all forms.
add_filter( 'gpi_pre_render_choice', 'my_custom_function' );
Apply to all fields on a specific form.
add_filter( 'gpi_pre_render_choice_FORMID', 'my_custom_function' );
Apply to a specific field on a specific form.
add_filter( 'gpi_pre_render_choice_FORMID_FIELDID', 'my_custom_function' );
Parameters
choice array
The current choice.
exceeded_limit boolean
Whether the current choice has exceeded its inventory limit.
field GF_Field
Current field object.
form array
Current form.
choice_count array
Counts of claimed inventory for each choice.
Since
This filter is available since Gravity Forms Inventory 1.0-beta-1.0.