gpps_entry_post_create

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

Description

Filter the entry to be used to replace merge tags – after – it has been generated.

Usage

Apply to all forms.

add_filter( 'gpps_entry_post_create', 'my_custom_function' );

Apply to a specific form.

add_filter( 'gpps_entry_post_create_FORMID', 'my_custom_function' );

Parameters

  • entry object|bool

    Entry object or null if this if the first time the function has been called.

  • form object

    The current form object.

Since

This filter is available since Gravity Forms Preview Submission 1.2.9.