Skip to main content

Action: gravityview/approve_entries/ . $action

Triggered when an entry approval is set. The action value can be 'approved', 'unapproved', or 'disapproved'.

Note: If you want this to work with Bulk Actions, run in a plugin rather than a theme; the bulk updates hook runs before themes are loaded.

Parameters

NameTypeDescription
$entry_idintID of the Gravity Forms entry.

Since

  • 1.7.6.1
  • 1.18: Added "unapproved".

Source

Defined in src/Entry/Approval/Approval.php at line 711