$instance
$instance : mixed
Public static variable to hold the single instance of the class.
Class MainWP_Child_Plugins_Check
Check if plugins have been abandoned.
cleanup_deactivation(boolean $del = true)
Un-schedules all events attached to the hook with the specified arguments.
On success an integer indicating number of events un-scheduled (0 indicates no events were registered with the hook and arguments combination), false if un-scheduling one or more events fail.
boolean | $del | Whether or not to delete the transient data. Default: true. |
try_get_response_body(string $plugin, boolean $second_pass) : boolean|string
Try to get response body.
string | $plugin | Plugin slug. |
boolean | $second_pass | Second pass check. |
true|false The body of the response. Empty string if no body or incorrect parameter given.