Simple calendar plugin for Elementor to show e.g. availability on different days. You can choose between different layouts, colors, create multiple ca …
Prioritized issue groups from the latest Plugin Check scan
Security
200
9 issue groups
Maintainability
184
10 issue groups
I18n
6
2 issue groups
Repo Compliance
4
4 issue groups
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$calendar'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() 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 interpolated variable $order at "SELECT * FROM $table_name ORDER BY $orderby $order"
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET["calendar"]. Check that the array index exists before using it.
Sample message
$_GET["calendar"] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_POST['miga_nonce']
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$results".
Sample message
Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Processing form data without nonce verification.
Sample message
Sanitization missing for register_setting().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "TABLE_NAME_MIGA_CAL_CALENDAR".
Sample message
Mismatched text domain. Expected 'simple-calendar-for-elementor' but got 'textdomain'.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Unescaped parameter $orderby used in $wpdb->get_results()\n$orderby assigned unsafely at line 133.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "simple_calendar_for_elementor_shortcode".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
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.
Sample message
Tested up to: 6.9 < 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.
Sample message
Mismatched Requires at least: 5.0 != 5.2. "Requires at least" needs to be exactly the same with that in your main plugin file's header.
Sample message
The "Short Description" section is missing. An excerpt was generated from your main plugin description.
Potential connections found in static code analysis.
Outbound calls
12
External assets
0
Incoming endpoints
10
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v1.6.7
31
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 395 | 125 | 270 | v1.6.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.