GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
GravityView_Welcome Class. More...
Public Member Functions | |
__construct () | |
Get things started. More... | |
getting_started_screen () | |
Render About Screen. More... | |
is_dashboard_page ( $is_page=false, $hook=NULL) | |
Is this page a GV dashboard page? More... | |
tabs () | |
Navigation tabs. More... | |
welcome () | |
Sends user to the Welcome page on first activation of GravityView as well as each time GravityView is upgraded to a new version. More... | |
Data Fields | |
$minimum_capability = 'gravityview_getting_started' | |
GravityView_Welcome Class.
A general class for About page.
Definition at line 23 of file class-admin-welcome.php.
__construct | ( | ) |
getting_started_screen | ( | ) |
Render About Screen.
Definition at line 175 of file class-admin-welcome.php.
References $form_id, GravityView_Admin_Views\add_gf_version_css_class(), GV\bottom, GVCommon\get_directory_fields(), GravityView_Image\get_image_extensions(), gravityview(), gravityview_get_directory_fields(), Request\is_view(), GravityView_Cache\set(), tabs(), GV\top, GV\ul, and GravityView_Cache\use_cache().
is_dashboard_page | ( | $is_page = false , |
|
$hook = NULL |
|||
) |
Is this page a GV dashboard page?
Definition at line 96 of file class-admin-welcome.php.
tabs | ( | ) |
Navigation tabs.
Definition at line 141 of file class-admin-welcome.php.
References gravityview_get_floaty(), and GV_PLUGIN_VERSION.
Referenced by getting_started_screen().
welcome | ( | ) |
Sends user to the Welcome page on first activation of GravityView as well as each time GravityView is upgraded to a new version.
Definition at line 843 of file class-admin-welcome.php.
References GV_PLUGIN_VERSION.
$minimum_capability = 'gravityview_getting_started' |
Definition at line 28 of file class-admin-welcome.php.