\MainWP\Dashboard\Module\ApiBackupsApi_Backups_Overview

MainWP API Backups Overview

Summary

Methods
Properties
Constants
get_instance()
__construct()
is_managesites_page()
get_current_tab()
render_individual_tabs()
render_backups_list()
$instance
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$instance

$instance : mixed

Public static variable to hold the single instance of the class.

Type

mixed — Default null

Methods

__construct()

__construct() 

Constructor.

Run each time the class is called.

is_managesites_page()

is_managesites_page() : boolean

Sites Page Check

Checks if the current page is individual site Cache Control page.

Returns

boolean —

True if correct, false if not.

get_current_tab()

get_current_tab() 

Get current tab.

render_individual_tabs()

render_individual_tabs() 

Render Tabs.

Renders the page tabs.

render_backups_list()

render_backups_list() 

Render backups list.