Social sharing plugin adding social buttons.
Prioritized issue groups from the latest Plugin Check scan
Security
2,540
8 issue groups
Maintainability
1,100
15 issue groups
I18n
27
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"array_column() expects at least 2 parameters, {$argc} given"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_theme".
Sample message
$_GET['admin_refereal'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Detected usage of a non-sanitized input variable: $_ENV['CONTENT_TYPE']
Sample message
Function "current_action()" requires WordPress 3.9.0, but your plugin minimum supported version is WordPress 3.0.0.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE['sfsi_socialPopUp']. 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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Short URL detected (goo.gl). Use full URLs instead of URL shorteners.
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Inisev\Subs".
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "INISEV_CAROUSEL".
Sample message
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "DISPLAY_ULTIMATE_PLUS".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Expired timestamp, yours $timestamp, ours $now"'.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
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
The $text parameter must be a single text string literal. Found: $langText
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
error_reporting() can lead to full path disclosure.
Not analyzed yet.
First score snapshot
v3.7.3
25
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 3,722 | 2,365 | 1,357 | v3.7.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.