gpi_supported_input_types

  1. Description
  2. Usage
  3. Parameters
  4. Since

Description

Specify what input types are supported. Input types can be excluded for field types by using the gpi_supported_field_types filter.

Usage

add_filter( 'gpi_supported_input_types', 'my_custom_function' );

Parameters

  • input_types array

    The input types that are supported. Default: array( 'radio', 'select', 'checkbox', 'multiselect' )

Since

This filter is available since Gravity Forms Inventory 1.0-beta-1.0.