GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
Namespaces | Variables
entry_approval.php File Reference

Go to the source code of this file.

Namespaces

 GravityView
 GPL2+
 

Variables

 $anchor = GravityView_Field_Entry_Approval::get_anchor_text( $current_status )
 
 $class = GravityView_Field_Entry_Approval::get_css_class( $current_status )
 
 $current_status = GravityView_Entry_Approval::get_entry_status( $entry, 'value' )
 
 $entry = GravityView_View::getInstance()->getCurrentEntry()
 
 $entry_slug = GravityView_API::get_entry_slug( $entry['id'], $entry )
 
 $title = GravityView_Field_Entry_Approval::get_title_attr( $current_status )
 

Variable Documentation

◆ $anchor

Definition at line 22 of file entry_approval.php.

◆ $class

◆ $current_status

$current_status = GravityView_Entry_Approval::get_entry_status( $entry, 'value' )

Definition at line 21 of file entry_approval.php.

Referenced by GravityView_Entry_Approval\ajax_update_approved().

◆ $entry

$entry = GravityView_View::getInstance()->getCurrentEntry()

Definition at line 19 of file entry_approval.php.

◆ $entry_slug

$entry_slug = GravityView_API::get_entry_slug( $entry['id'], $entry )

Definition at line 20 of file entry_approval.php.

◆ $title