Safely manage your website's HTTP redirects.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
48
14 issue groups
Security
18
4 issue groups
I18n
2
2 issue groups
Repo Compliance
1
1 issue group
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "srm_additional_status_codes".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "srm_check_for_possible_redirect_loops".
Sample message
Processing form data without nonce verification.
Sample message
$_POST['srm_redirect_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['from']
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "SRM_Loop_Detection".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SRM_PLUGIN_FULL_FILE".
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The use of function ini_set() is discouraged
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
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Missing $domain parameter in function call to esc_html__().
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Mismatched Requires at least: 6.6 != 6.5. "Requires at least" needs to be exactly the same with that in your main plugin file's header.
Not analyzed yet.
First score snapshot
v2.2.2
66
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 66 | 69 | 9 | 60 | v2.2.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.