![]() |
GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
Actions to be performed on the Gravity Forms Entries list screen. More...
Public Member Functions | |
| __construct () | |
| add_edit_link ( $form_id=NULL, $field_id=NULL, $value=NULL, $lead=array(), $query_string=NULL) | |
| Add an Edit link to the GF Entry actions row. More... | |
| add_edit_script () | |
| When clicking the edit link, convert the Entries form to go to the edit screen. More... | |
Actions to be performed on the Gravity Forms Entries list screen.
Definition at line 6 of file entry-list.php.
| __construct | ( | ) |
Definition at line 8 of file entry-list.php.
| add_edit_link | ( | $form_id = NULL, |
|
$field_id = NULL, |
|||
$value = NULL, |
|||
$lead = array(), |
|||
$query_string = NULL |
|||
| ) |
Add an Edit link to the GF Entry actions row.
| int | $form_id | ID of the current form |
| int | $field_id | The ID of the field in the first column, where the row actions are shown |
| string | $value | The value of the $field_id field |
| array | $lead | The current entry data |
| string | $query_string | URL query string for a link to the current entry. Missing the ?page= part, which is strange. Example: gf_entries&view=entry&id=35&lid=5212&filter=&paged=1 |
Definition at line 57 of file entry-list.php.
References $form_id.
| add_edit_script | ( | ) |
When clicking the edit link, convert the Entries form to go to the edit screen.
Gravity Forms requires $_POST['screen_mode'] to be set to get to the "Edit" mode. This enables direct access to the edit mode.
Definition at line 25 of file entry-list.php.