Import Eventbrite Events into WordPress website and/or Event Calendar. Nice Display with shortcode & Event widget.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
570
14 issue groups
Security
152
9 issue groups
I18n
5
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ShortcodeTable".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The bulk action $action does not have a callback method"'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_memory_limit".
Sample message
Use of a direct database call is discouraged.
Sample message
Function "get_term_meta()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Unescaped parameter $column_name used in $wpdb->get_var()
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "as_enqueue_async_action".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CronExpression".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "IEE_AP_OPTIONS".
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$event_id'.
Sample message
$_POST['atts'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "SELECT id FROM $table_name WHERE event_id = %d AND start_date = %s"
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".
Sample message
The use of function ini_set() is discouraged
Sample message
The $text parameter must be a single text string literal. Found: $buy_tickets
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Missing $domain parameter in function call to esc_attr_e().
Sample message
Unescaped parameter $update_sql used in $wpdb->query()\n$update_sql assigned unsafely at line 1007.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of tax_query, possible slow query.
Not analyzed yet.
First score snapshot
v1.8.1
27
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 731 | 156 | 575 | v1.8.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.