\MainWP\Dashboard\Module\ApiBackupsApi_Backups_Settings

MainWP API Backups Admin

Summary

Methods
Properties
Constants
get_instance()
get_class_name()
__construct()
admin_init()
render_settings_page()
render_settings_content()
render_3rd_party_api_manager()
hook_mainwp_update_site()
hook_render_mainwp_manage_sites_edit()
$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

Static variable to hold the single instance of the class.

Type

mixed — Default null

Methods

get_class_name()

get_class_name() : string

Method get_class_name()

Get Class Name.

Returns

string —

CLASS

__construct()

__construct() 

Constructor

Runs each time the class is called.

admin_init()

admin_init() 

Initiate Hooks

Initiates hooks for the API Backups extension.

render_settings_page()

render_settings_page() 

Render settings

Renders the settings page.

render_settings_content()

render_settings_content() 

Render settings

Renders the extension settings page.

render_3rd_party_api_manager()

render_3rd_party_api_manager() 

Render 3rd-Party API Manager `Settings` SubPage

hook_mainwp_update_site()

hook_mainwp_update_site(integer  $website_id) : void

Method hook_mainwp_update_site().

Parameters

integer $website_id

Website ID.

hook_render_mainwp_manage_sites_edit()

hook_render_mainwp_manage_sites_edit(mixed  $website) : mixed

Method hook_render_mainwp_manage_sites_edit().

Parameters

mixed $website

Website.

Returns

mixed