---
id: gravityview-approve_entries-.action
title: "Action - gravityview/approve_entries/ . $action"
sidebar_label: "gravityview/approve_entries/ . $action"
tags:
  - "1.7.6.1"
  - "1.18"
---

# 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

| Name | Type | Description |
|------|------|-------------|
| $entry_id | `int` | ID of the Gravity Forms entry. |

### Since

- [1.7.6.1](../../since/1-7-6-1/)
- [1.18](../../since/1-18/): Added "unapproved".

### Source

Defined in `includes/class-gravityview-entry-approval.php` at line 688

