gpeb_skip_default_sorting

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

Description

Filter whether to skip the default sorting for a specific column. By default, this filter returns false, meaning the default sorting is not skipped.

Usage

add_filter( 'gpeb_skip_default_sorting', 'my_custom_function' );

Parameters

  • skip_default_sorting bool

    Whether to skip the default sorting. Default is false.

  • sorting_id string

    The sorting ID of the current column.

  • label string

    The label of the current column.

Since

This filter is available since Gravity Forms Entry Blocks 1.0-beta-2.8.