Smart event organizer and time-management tool with a clean minimalist design for featuring your timetables and upcoming events.
Prioritized issue groups from the latest Plugin Check scan
Security
371
10 issue groups
Maintainability
256
13 issue groups
I18n
22
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Wrong controller {$path}class-controller-{$controller}.php"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$background_color".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "mp_timetable\classes\blocks".
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
Use placeholders and $wpdb->prepare(); found interpolated variable $and at "SELECT DISTINCT post_author FROM $wpdb->posts WHERE post_status != 'auto-draft' $and"
Sample message
Use of a direct database call is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "export_wp".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
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 $esses
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_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
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['page']
Sample message
$_GET['settings-updated'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->prefix . '_after_template_part'".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The parameter "'orderby=count&hide_empty=0'" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s “%s” already exists.'.
Sample message
Unescaped parameter $join used in $wpdb->get_col()\n$join assigned unsafely at line 90.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "get_time_cell".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Filter method '$filter' does not exist."'.
Potential connections found in static code analysis.
Outbound calls
78
External assets
0
Incoming endpoints
2
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
2 score snapshots
v2.4.18
24
Latest
v2.4.17
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 688 | 456 | 232 | v2.4.18 | 2.0.0 |
| 24 | 688 | 456 | 232 | v2.4.17 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.