gplc_group (PHP)

  1. Description
  2. Usage
  3. Parameters
  4. Example
    1. Conditional Limits
  5. Since

Description

Filter the group of checkboxes that are about to be processed.

This filter must be used with its JS counterpart to handle group logic on the frontend.

Usage

add_filter( 'gplc_group', 'my_custom_function' );

Parameters

  • group array

    The current group.

  • form array

    The current form object.

Example

Conditional Limits

This snippet adjusts the minimum/maximum limits using conditional logic.

View/Download Snippet

Since

This filter is available since Gravity Forms Limit Checkboxes 1.2.