Provides a secure connection between your SureFeedback parent and client sites, syncing identities for WordPress-based commenting.
Prioritized issue groups from the latest Plugin Check scan
I18n
42
2 issue groups
Security
22
5 issue groups
Maintainability
4
4 issue groups
Repo Compliance
3
3 issue groups
Sample message
Mismatched text domain. Expected 'projecthuddle-child-site' but got 'ph-child'.
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE['ph_access_token'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['ph_access_token']
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
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
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
Application files are not permitted.
Sample message
GitHub workflow directory ".github" detected. This directory should not be included in production plugins.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The "Domain Path" header in the plugin file must start with forward slash.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "ph-child", expected "projecthuddle-child-site".
Not analyzed yet.
First score snapshot
v1.2.12
59
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 59 | 71 | 47 | 24 | v1.2.12 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.