gppa_live_merge_tag_entry_values

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

Description

Filter the live merge tag entry values.

Usage

Apply to all forms.

add_filter( 'gppa_live_merge_tag_entry_values', 'my_custom_function' );

Apply to a specific form.

add_filter( 'gppa_live_merge_tag_entry_values_FORMID', 'my_custom_function' );

Parameters

  • entry_values array

    Live Merge Tag Entry Values.

  • form array

    The current form.

Since

This filter is available since Gravity Forms Populate Anything 2.1.17