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

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'
 

Detailed Description

GravityView_Welcome Class.

A general class for About page.

Since
1.0

Definition at line 23 of file class-admin-welcome.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Get things started.

Since
1.0

Definition at line 35 of file class-admin-welcome.php.

Member Function Documentation

◆ getting_started_screen()

getting_started_screen ( )

◆ is_dashboard_page()

is_dashboard_page (   $is_page = false,
  $hook = NULL 
)

Is this page a GV dashboard page?

Returns
boolean $is_page True: yep; false: nope

Definition at line 96 of file class-admin-welcome.php.

◆ tabs()

tabs ( )

Navigation tabs.

Since
1.0
Returns
void

Definition at line 141 of file class-admin-welcome.php.

References gravityview_get_floaty(), and GV_PLUGIN_VERSION.

Referenced by getting_started_screen().

◆ welcome()

welcome ( )

Sends user to the Welcome page on first activation of GravityView as well as each time GravityView is upgraded to a new version.

Since
1.0
Returns
void

Definition at line 843 of file class-admin-welcome.php.

References GV_PLUGIN_VERSION.

Field Documentation

◆ $minimum_capability

$minimum_capability = 'gravityview_getting_started'

Definition at line 28 of file class-admin-welcome.php.


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