QR Redirector lets you create a QR code for a URL on your site, and redirect that URL anywhere. The result is a reusable QR Code.
Prioritized issue groups from the latest Plugin Check scan
Security
78
4 issue groups
I18n
12
4 issue groups
Maintainability
9
9 issue groups
Repo Compliance
3
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$bgcolor'.
Sample message
$_POST['dynamicMeta_noncename'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_POST['dynamicMeta_noncename']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['post_id']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
Mismatched text domain. Expected 'qr-redirector' but got 'myplugin_textdomain'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
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.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_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.
Sample message
The $plural parameter must be a single text string literal. Found: '%s ' . $post_type->labels->name
Sample message
The $single parameter must be a single text string literal. Found: '%s ' . $post_type->labels->singular_name
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
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 upgrade notice for "2.0" exceeds the limit of 300 characters.
Sample message
Function "wp_send_json_error()" requires WordPress 3.5.0, but your plugin minimum supported version is WordPress 3.2.0.
Not analyzed yet.
First score snapshot
v2.0.4
39
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 102 | 48 | 54 | v2.0.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.