$instance
$instance : null
Public static variable to hold the single instance of MainWP_Child_IThemes_Security.
Class MainWP_Child_IThemes_Security
instance() : \MainWP\Child\MainWP_Child_IThemes_Security|null
Create a public static instance of MainWP_Child_IThemes_Security.
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.
backup_status() : integer
Backup status.
$status 1, 2, 3 or 4 (1) Is not a multisite installation, backupbuddy_api exists & Scheduled backups are >=1 (2) Is not multisite and backupbuddy_api exists (3) Has backup = true & schedualed backup = true (4) Has backup = true.