Event Calendar plugin created for showing your events. Event Calendar is the best if you want to be original on your website.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
973
2 issue groups
Security
733
8 issue groups
Maintainability
665
12 issue groups
Repo Compliance
2
2 issue groups
ERRORI18nText Domain MismatchMismatched text domain. Expected 'calendar-event' but got 'Total-Soft-Calendar'.971
- Category
- I18n
- Occurrences
- 971
- Severity
- error
Sample message
Mismatched text domain. Expected 'calendar-event' but got 'Total-Soft-Calendar'.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$TotalSoftCal1_Ev_I_Pos".299
- Category
- Maintainability
- Occurrences
- 299
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$TotalSoftCal1_Ev_I_Pos".
WARNINGSecurityRequest data is not unslashed$_POST['TotalSoftCal1_Ev_I_Pos'] not unslashed before sanitization. Use wp_unslash() or similar180
- Category
- Security
- Occurrences
- 180
- Severity
- warning
Sample message
$_POST['TotalSoftCal1_Ev_I_Pos'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_POST['TotalSoftCal1_Ev_I_Pos']. Check that the array index exists before using it.174
- Category
- Security
- Occurrences
- 174
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['TotalSoftCal1_Ev_I_Pos']. Check that the array index exists before using it.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.142
- Category
- Maintainability
- Occurrences
- 142
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().142
- Category
- Maintainability
- Occurrences
- 142
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $ts_calendar_events_table used in $wpdb->get_results()\n$ts_calendar_events_table assigned unsafely at line 558.131
- Category
- Security
- Occurrences
- 131
- Severity
- warning
Sample message
Unescaped parameter $ts_calendar_events_table used in $wpdb->get_results()\n$ts_calendar_events_table assigned unsafely at line 558.
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $ts_calendar_events_table at "SELECT * FROM $ts_calendar_events_table WHERE TotalSoftCal_EvCal = %s order by id"129
- Category
- Security
- Occurrences
- 129
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $ts_calendar_events_table at "SELECT * FROM $ts_calendar_events_table WHERE TotalSoftCal_EvCal = %s order by id"
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_widget'.85
- Category
- Security
- Occurrences
- 85
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_widget'.
WARNINGMaintainabilityMissing VersionResource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.24
- Category
- Maintainability
- Occurrences
- 24
- Severity
- warning
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Show 14 moreShow less
WARNINGMaintainabilityNon-prefixed function20
- Category
- Maintainability
- Occurrences
- 20
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ts_calendar_clone".
ERRORMaintainabilitywp function not compatible with requires wp18
- Category
- Maintainability
- Occurrences
- 18
- Severity
- error
Sample message
Function "wp_enqueue_media()" requires WordPress 3.5.0, but your plugin minimum supported version is WordPress 3.4.0.
ERRORSecuritySQL query is not prepared13
- Category
- Security
- Occurrences
- 13
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $tsc_event_calendar_table
ERRORSecurityDatabase parameter is not escaped11
- Category
- Security
- Occurrences
- 11
- Severity
- error
Sample message
Unescaped parameter $tsc_event_calendar_table_convert used in $wpdb->query()\n$tsc_event_calendar_table_convert assigned unsafely at line 38.
WARNINGSecurityInput is not sanitized10
- Category
- Security
- Occurrences
- 10
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_POST['TotalSoftCal_EvName']
WARNINGMaintainabilityNot In Footer8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
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.
ERRORMaintainabilityMissing direct file access protection7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilitySchema Change2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
ERRORI18nMissing Arg Domain2
- Category
- I18n
- Occurrences
- 2
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
ERRORMaintainabilitydate date1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORMaintainabilityrand rand1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
ERRORRepo Compliancelicense mismatch1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
WARNINGMaintainabilitymismatched plugin name1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Event Calendar - Calendar" is different from the name declared in plugin header "Calendar Event".
ERRORRepo Complianceoutdated tested upto header1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
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.
External Connections
Not analyzed yet.
Score History
First score snapshot
v1.6.0
24
Latest
- Findings
- 2,373
- Errors
- 1,111
- Warnings
- 1,262
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,373 | 1,111 | 1,262 | v1.6.0 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.