$domain
$domain : string
MainWP installation domain name.
Class MainWP_Api_Manager
get_purchased_extension(string $api_key, string $productId = '', boolean $no_register = false) : array
Get users purchased extensions.
string | $api_key | api key. |
string | $productId | extension (product) ID. |
boolean | $no_register | registration request. |
Purchased extensions.
check_response_for_intall_errors(array $response, string $software_title = '') : string
Check if $response contains any install errors.
array | $response | Response array. |
string | $software_title | Extension title. |
$return Installation Error messages.