Use native PHP sessions and stay horizontally scalable. Better living through superior technology.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
78
9 issue groups
Security
38
6 issue groups
I18n
4
1 issue group
Repo Compliance
2
2 issue groups
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
Use placeholders and $wpdb->prepare(); found $count_query
Sample message
The use of function ini_set() is discouraged
Sample message
Processing form data without nonce verification.
Sample message
$_GET['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['nonce']
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d, %3$d", but got "%d, %d, %d" in 'Finalizing site %d. In the event of a timeout or error, resume execution starting from this point via "wp pantheon session primary-key-finalize --start_point=%d". To skip this site if it does not need processing, run "wp pantheon session primary-key-finalize --start_point=%d".'.
Sample message
Attempting a database schema change is discouraged.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['nonce']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
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
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
The plugin slug includes a restricted term. Your plugin slug - "wp-native-php-sessions" - contains the restricted term "wp" which cannot be used at all in your plugin slug.
Sample message
The upgrade notice for "1.4.0 (October 17, 2023)" exceeds the limit of 300 characters.
Not analyzed yet.
First score snapshot
v1.4.5
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 122 | 30 | 92 | v1.4.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.