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
Optionally use `ngrok` to get a publicly reachable development domain.
35
54
36
55
```
37
56
ngrok http http://localhost:80
38
57
```
39
58
59
+
> You might need to set the `siteurl` an `home` option in [phpMyAdmin](http://localhost:8081/index.php?route=/sql&pos=0&db=wordpress&table=wp_options) to `http://localhost` or the ngrok URL if this changed since last time.
60
+
40
61
Inside PHP, use `error_log('log line');` or `error_log(print_r($var, true));` to print debug logs.
'Scan files uploaded with plugin "Formidable Forms"?', // Title
@@ -195,6 +217,11 @@ public function print_subscription_section()
195
217
print'<a target="_blank" href="https://attachmentav.com/subscribe/wordpress/">Subscribe to attachmentAV</a> and enter the API key below.';
196
218
}
197
219
220
+
publicfunctionprint_block_upsell()
221
+
{
222
+
print'Take our antivirus protection beyond WordPress. Our API integrates with any workflow or application to secure your data wherever it lives. <a target="_blank" href="https://attachmentav.com/solution/virus-malware-scan-api/?utm_source=dashboard&utm_campaign=upsell">Learn more</a>!';
223
+
}
224
+
198
225
publicfunctionprint_general_section()
199
226
{
200
227
print'Enter your settings below:';
@@ -236,6 +263,14 @@ public function print_block_scan_wpfileupload() {
236
263
}
237
264
}
238
265
266
+
publicfunctionprint_block_scan_wpcf7() {
267
+
if (get_option('attachmentav_scan_wpcf7') != 'false') {
* 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