Easily sync leads from various Wordpress forms to Pipedrive, Copper, HubSpot and other CRMs. Includes web visitor tracking.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
22
4 issue groups
I18n
10
2 issue groups
Security
9
2 issue groups
Repo Compliance
2
2 issue groups
Sample message
Short PHP opening tag used with echo; expected "<?php echo $this ..." but found "<?= $this ..."
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "OF_API_URL".
Sample message
The $domain parameter must be a single text string literal. Found: OF_TEXT_DOMAIN
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
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
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
Function "register_rest_route()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.2.0.
Potential connections found in static code analysis.
Outbound calls
6
External assets
0
Incoming endpoints
1
No external asset domains detected.
register_rest_route
First score snapshot
v2.9.6
74
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 74 | 43 | 34 | 9 | v2.9.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.