Redirect users to different locations after they log in, log out and register based on different conditions.
Prioritized issue groups from the latest Plugin Check scan
Security
343
11 issue groups
Maintainability
299
11 issue groups
I18n
28
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<p>$notice</p>"'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $arg ..." but found "<?= $arg ..."
Sample message
Processing form data without nonce verification.
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$after_registration".
Sample message
Use placeholders and $wpdb->prepare(); found $args
Sample message
$_GET['tab'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "rul_before_capability".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$option_name]. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $rul_db_addresses at "ALTER TABLE $rul_db_addresses ADD COLUMN meta_data longtext NULL"
Sample message
Attempting a database schema change is discouraged.
Sample message
Detected usage of a non-sanitized input variable: $_POST[$option_name]
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%sFuseWP%s Automatically Sync WordPress Users, customers, and members in ecommerce and membership plugins with your CRM and Email Marketing software.'.
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
Mismatched text domain. Expected 'peters-login-redirect' but got 'block-visibility'.
Sample message
Linking directly to 5 stars reviews is not allowed.
Sample message
Unescaped parameter $sql used in $wpdb->get_results()
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "redirect_to_front_page".
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Not analyzed yet.
First score snapshot
v3.0.9.0
26
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 679 | 401 | 278 | v3.0.9.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.