Integrates the Events Manager and WPML plugins together to provide a smoother multilingual experience (Requires Events Manager and WPML activated)
Prioritized issue groups from the latest Plugin Check scan
Security
147
13 issue groups
Maintainability
108
7 issue groups
I18n
18
3 issue groups
Performance
1
1 issue group
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use placeholders and $wpdb->prepare(); found $current_site
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $current_site->id used in $wpdb->get_col()\n$current_site->id used without escaping.
Sample message
Detected usage of a non-sanitized input variable: $_GET['job_id']
Sample message
$_GET['job_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Mismatched text domain. Expected 'events-manager-wpml' but got 'events-manager'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $multisite_cond at " WHERE event_parent IS NOT NULL $multisite_cond)"
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "EM_WPML".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['lang']. Check that the array index exists before using it.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Events Manager and WPML Compatibility" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Placeholders found in the query passed to $wpdb->prepare(), but no replacements found. Expected 1 replacement(s) parameters.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "em_wpml_activate".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "EM_WPML_VERSION".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'This version of the %s plugin requires at least %s to work properly, please update as soon as possible.'.
Sample message
Setting `suppress_filters` to `true` is prohibited.
Sample message
Tested up to: 6.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Potential connections found in static code analysis.
Outbound calls
3
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
First score snapshot
v2.1
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 278 | 101 | 177 | v2.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.