Manage and display (recurring) events, memberships, locations and maps, volunteers, widgets, RSVP, ICAL and RSS feeds, payment gateways. SEO ready.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
3,641
15 issue groups
Security
3,100
10 issue groups
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_eme_install".
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['eme_client_time']
Sample message
Use of a direct database call is discouraged.
Sample message
$_COOKIE['eme_client_time'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$key]['error']. Check that the array index exists before using it.
Sample message
Unescaped parameter $column used in $wpdb->get_var()\n$column used without escaping.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Authorization ID: {$response->result->purchase_units[0]->payments->authorizations[0]->id}\n"'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DEFAULT_BOOKINGS_LIST_FOOTER_FORMAT".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $answers_table at "DELETE FROM $answers_table WHERE related_id IN ($placeholders) AND type = 'tasksignup'"
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$TestOrderData".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'eme_discount_' . $discount['name']".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot save property `{$key}` containing an API resource of type "'.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Attempting a database schema change is discouraged.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $capture_order ..." but found "<?= $capture_order ..."
Sample message
In footer ($in_footer) is not set explicitly wp_register_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "EMEMailBatch".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Potential connections found in static code analysis.
Outbound calls
300
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
10 score snapshots
v3.2.1
25
Latest
v3.2.0
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 6,957 | 525 | 6,432 | v3.2.1 | 2.0.0 |
| 25 | 6,955 | 525 | 6,430 | v3.2.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.