Automate everything & connect your website, plugins and services together with no-code automations. Browse 100+ integrations...
Prioritized issue groups from the latest Plugin Check scan
Security
4,231
8 issue groups
Maintainability
953
15 issue groups
I18n
48
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$beautified_bundled_products'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$action_details".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_Webhooks_Integrations_advanced_custom_fields".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_GET['nonce'] 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: "$do_action".
Sample message
Mismatched text domain. Expected 'wp-webhooks' but got 'broken-link-checker'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['nonce']
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Detected usage of meta_key, possible slow query.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'ironikus_demo_' . $webhook_callback".
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
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
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
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Webhooks - Automate repetitive tasks by creating powerful automation workflows directly within WordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Potential connections found in static code analysis.
Outbound calls
286
External assets
1
Incoming endpoints
13
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
1 more hidden
2 score snapshots
v3.4.3
23
Latest
v3.4.2
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 5,268 | 4,380 | 888 | v3.4.3 | 2.0.0 |
| 23 | 5,266 | 4,376 | 890 | v3.4.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.