Eventer - List of registrations, You can edit each of them except the images. Settings - Not a page where you can change the settings, but you can fin …
Prioritized issue groups from the latest Plugin Check scan
Security
82
9 issue groups
Maintainability
25
8 issue groups
I18n
7
2 issue groups
Repo Compliance
2
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_SERVER['PHP_SELF']'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['file']['size']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_POST['deletevalue'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Mismatched text domain. Expected 'eventer' but got 'evneter'.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['file']['tmp_name']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $eventer_table_name
Sample message
Unescaped parameter $sqlforedit used in $wpdb->get_results()\n$sqlforedit assigned unsafely at line 21.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "evnetr_display_home".
Sample message
Processing form data without nonce verification.
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
The use of function move_uploaded_file() is forbidden
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 $eventer_table_name used in $wpdb->get_var()
Sample message
Attempting a database schema change is discouraged.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Tested up to: 4.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
The "Requires at least" field was ignored. This field should only contain a valid WordPress version such as "7.0" or "6.9".
Not analyzed yet.
First score snapshot
v0.1.1
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 116 | 61 | 55 | v0.1.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.