One click registration & login plugin for Facebook, Google, X (formerly Twitter) and more. Quick setup and easy configuration.
Prioritized issue groups from the latest Plugin Check scan
Security
1,538
10 issue groups
I18n
166
4 issue groups
Maintainability
113
11 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$actionsLabel'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
Missing $domain parameter in function call to __().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_COOKIE[$this->sessionName] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$this->sessionName]
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_REQUEST['error']'.
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
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
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The $text parameter must be a single text string literal. Found: $label
Sample message
Function "get_privacy_policy_url()" requires WordPress 4.9.6, but your plugin minimum supported version is WordPress 4.9.0.
Sample message
Unescaped parameter $alterQuery used in $wpdb->query()\n$alterQuery assigned unsafely at line 734.
Sample message
Use placeholders and $wpdb->prepare(); found $alterQuery
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['code']. Check that the array index exists before using it.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: _site_transient_update_plugins
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
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
print_r() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
98
External assets
2
Incoming endpoints
6
register_rest_route
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v3.1.26
28
Latest
v3.1.25
27
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 1,833 | 1,612 | 221 | v3.1.26 | 2.0.0 |
| 27 | 1,911 | 1,668 | 243 | v3.1.25 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.