GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
class-gv-template-field-csv.php
Go to the documentation of this file.
1 <?php
2 namespace GV;
3 
4 /** If this file is called directly, abort. */
5 if ( ! defined( 'GRAVITYVIEW_DIR' ) ) {
6  die();
7 }
8 
9 /**
10  * The Field CSV Template class .
11  *
12  * Attached to a \GV\Field and used by a \GV\Field_Renderer.
13  */
15  /**
16  * @var string The template slug to be loaded (like "table", "list", "plain")
17  */
18  public static $slug = 'csv';
19 }
If this file is called directly, abort.
If this file is called directly, abort.