GF_System_Status
Class GF_System_Status
Handles the system status page.
Since: 2.2
Source: includes/system-status/class-gf-system-status.php:14
Details
- Kind:
class - Namespace:
(global)
Methods
| Method | Description |
|---|---|
system_status_page() | Determines which system status page to display. |
get_subviews() | Get System Status page subviews. |
get_current_subview() | Get current System Status subview. |
page_header() | Render System Status page header. |
page_footer() | Render System Status page footer. |
Method Reference
system_status_page()
public static function system_status_page()
Determines which system status page to display.
Since: 2.2
Source: includes/system-status/class-gf-system-status.php:22
get_subviews()
public static function get_subviews()
Get System Status page subviews.
Returns
array
Since: 2.2
Source: includes/system-status/class-gf-system-status.php:56
get_current_subview()
public static function get_current_subview()
Get current System Status subview.
Returns
string
Since: 2.2
Source: includes/system-status/class-gf-system-status.php:96
page_header()
public static function page_header( $title='' )
Render System Status page header.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$title | string | '' | Page title. |
Since: 2.2
Source: includes/system-status/class-gf-system-status.php:117
page_footer()
public static function page_footer()
Render System Status page footer.
Since: 2.2
Source: includes/system-status/class-gf-system-status.php:127