gpeb_edit_entry

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

Description

Fires after the Entry Edited via Entry Blocks.

Usage

Run an action after any entry is edited with GP Entry Blocks.

add_action( 'gpeb_edit_entry', 'my_custom_function' );

Run an action after an entry in a specific form is edited with GP Entry Blocks.

add_action( 'gpeb_edit_entry_FORMID', 'my_custom_function' );

Parameters

  • entry array

    The current entry.

  • form array

    The current form.

Since

This action is available since Gravity Forms Entry Blocks 1.0-alpha-2.25.