$instance
$instance : mixed
Public static variable to hold the single instance of the class.
Class MainWP_Child_Stats
Gather the child site data to send to the MainWP Dashboard.
get_all_themes_int(string $filter, string $keyword = '', string $status = '', boolean $get_un_criteria = false) : array
Initiate get all themes.
string | $filter | Sites filter field. |
string | $keyword | Keyword Search field. |
string | $status | Active or Inactive filed. |
boolean | $get_un_criteria | Get criteria or un-criteria items. |
$rslt Returned themes results.
get_all_plugins_int(string $filter, string $keyword = '', string $status = '', boolean $get_un_criteria = false) : array
Initiate get all plugins.
string | $filter | Sites filter field. |
string | $keyword | Keyword Search field. |
string | $status | Active or Inactive filed. |
boolean | $get_un_criteria | Get criteria or un-criteria items. |
$rslt Returned themes results.