![]() |
GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
Go to the source code of this file.
Namespaces | |
| GravityView | |
| GPL2+ | |
Variables | |
| $alt = empty( $alt ) ? 'alt' : '' | |
| $class = apply_filters( 'gravityview_entry_class', $alt, $entry, $this ) | |
| if(0===$this->getTotalEntries()) | else |
| endforeach | |
| $alt = empty( $alt ) ? 'alt' : '' |
Definition at line 40 of file deprecated/table-body.php.
Referenced by GravityView_Field_FileUpload\get_files_array().
| $class = apply_filters( 'gravityview_entry_class', $alt, $entry, $this ) |
gravityview_entry_class Modify the class applied to the entry row | string | $alt | Existing class. Default: if odd row, alt, otherwise empty string. |
| array | $entry | Current entry being displayed |
| \GravityView_View | $this | Current GravityView_View object |
Definition at line 48 of file deprecated/table-body.php.
| if (0===$this->getTotalEntries()) else |
Definition at line 33 of file deprecated/table-body.php.
| endforeach |
Definition at line 75 of file deprecated/table-body.php.