The simplest way to display any post, page or custom post type in a dynamic events calendar on your WordPress website.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
63
12 issue groups
Security
31
7 issue groups
I18n
21
3 issue groups
Supply Chain
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$associated_post_type".
Sample message
Mismatched text domain. Expected 'fooevents-calendar' but got 'fooevents-multiday-events'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized input variable: $_POST['WooCommerceEventsSelectDate']
Sample message
Sanitization missing for register_setting().
Sample message
$_POST['WooCommerceEventsSelectDate'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "createAuthorizeUrl".
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AccessMethods".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$calendar_options'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['WooCommerceEventsType']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
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
Found call to wp_enqueue_style() with external resource. Offloading styles to your servers or any remote service is disallowed.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "EVENTBRITE_OAUTH_BASE".
Sample message
Processing form data without nonce verification.
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
Hidden files are not permitted.
Sample message
Tested up to: 7.0.1 The version number should only include major versions 7.0.
Potential connections found in static code analysis.
Outbound calls
118
External assets
1
Incoming endpoints
1
No public endpoints detected.
wp_ajax
2 score snapshots
v2.0.2
35
Latest
v2.0.1
35
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 116 | 57 | 59 | v2.0.2 | 2.0.0 |
| 35 | 115 | 56 | 59 | v2.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.