GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
Public Member Functions | Static Public Member Functions
GravityView_Post_Types Class Reference

Public Member Functions

 __construct ()
 

Static Public Member Functions

static get_entry_var_name ()
 Return the query var / end point name for the entry. More...
 
static init_post_types ()
 Init plugin components such as register own custom post types. More...
 
static init_rewrite ()
 Register rewrite rules to capture the single entry view. More...
 

Detailed Description

Definition at line 15 of file class-post-types.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Definition at line 17 of file class-post-types.php.

Member Function Documentation

◆ get_entry_var_name()

static get_entry_var_name ( )
static

Return the query var / end point name for the entry.

See also
::get_endpoint_name
Returns
string Default: "entry"

Definition at line 49 of file class-post-types.php.

◆ init_post_types()

static init_post_types ( )
static

Init plugin components such as register own custom post types.

See also
::register_post_type
Returns
void

Definition at line 27 of file class-post-types.php.

References View\register_post_type().

◆ init_rewrite()

static init_rewrite ( )
static

Register rewrite rules to capture the single entry view.

See also
::add_rewrite_endpoint
Returns
void

Definition at line 38 of file class-post-types.php.

References Entry\add_rewrite_endpoint().


The documentation for this class was generated from the following file: