You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf("You used {$usage} of your {$body['quota']['limit']} scans this {$period}.");
277
+
} elseif ($response['response']['code'] == 401) {
278
+
printf("Could not get usage as license key is missing or invalid. Add a valid license key.");
279
+
} else {
280
+
printf("Failed to get usage due to unknown error ({$response['response']['code']}). Please try again later or contact hello@attachmentav.com for help.");
* Description: Protect your blog from malware. Scan attachments for viruses, worms, and trojans by sending them to the attachmentAV API powered by Sophos. To get started, please go to your <a href="/wp-admin/admin.php?page=attachmentav">attachmentAV Settings page</a> to set up your API key.
0 commit comments