$instance
$instance : null
Public static variable to hold the single instance of MainWP_Child_Back_Up_Buddy.
Class MainWP_Child_Back_Up_Buddy
instance() : \MainWP\Child\MainWP_Child_Back_Up_Buddy|null
Create a public static instance of MainWP_Child_Back_Up_Buddy.
sync_others_data(array $information, array $data = array()) : array
Sync other data from $data[] and merge with $information[]
array | $information | Returned response array for MainWP BackWPup Extension actions. |
array | $data | Other data to sync to $information array. |
$information Returned information array with both sets of data.
get_error_explanation( $error, string $package = '') : string
Get error code.
$error | Returned error to get code for: Bad_Login, Username_Unknown, Username_Invalid, Package_Unknown, Too_Many_Sites, Generate_Failed. |
|
string | $package | Ithemes package. |
$message Return ERROR message to display.