GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
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... | |
Definition at line 15 of file class-post-types.php.
__construct | ( | ) |
Definition at line 17 of file class-post-types.php.
|
static |
Return the query var / end point name for the entry.
Definition at line 49 of file class-post-types.php.
|
static |
Init plugin components such as register own custom post types.
Definition at line 27 of file class-post-types.php.
References View\register_post_type().
|
static |
Register rewrite rules to capture the single entry view.
Definition at line 38 of file class-post-types.php.
References Entry\add_rewrite_endpoint().