gspc_entry_details_order_callout

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

Description

Filter the HTML for the entry details order callout.

Usage

Applied globally

add_filter( 'gspc_entry_details_order_callout', 'my_custom_function' );

Applied to specific form

add_filter( 'gspc_entry_details_order_callout_FORMID', 'my_custom_function' );

Parameters

$entry_details_order_callout string

The HTML for the entry details order callout.

$form GFForm

Current form.

$entry GFEntry

Current entry.

Since

  • 1.0-beta-1 Hook added.