Connect your WordPress plugins, sites & apps together to create automated workflows with the most powerful no-code automator plugin!
Prioritized issue groups from the latest Plugin Check scan
Security
1,273
11 issue groups
Maintainability
883
11 issue groups
I18n
831
3 issue groups
Sample message
Mismatched text domain. Expected 'automatorwp' but got 'autoamtorwp'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$title</label>\n"'.
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
Use placeholders and $wpdb->prepare(); found interpolated variable $id_list at "SELECT {$primary_key}, meta_key, meta_value FROM {$meta_table_name} WHERE {$primary_key} IN ($id_list) ORDER BY {$meta_primary_key} ASC"
Sample message
$_GET[$field_id] 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: "'add_meta_boxes_' . self::$props[ $this->id ]['hook']".
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Missing $domain parameter in function call to __().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "CT_Ajax_List_Table".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized input variable: $_GET['automatorwp-action']
Sample message
All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.
Sample message
Unescaped parameter $actions_meta used in $wpdb->get_var()\n$actions_meta assigned unsafely at line 113.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET[$primary_key]. Check that the array index exists before using it.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ct_ajax_list_items_per_page".
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found !==
Sample message
Unescaped parameter $automations_meta used in $wpdb->get_results()\n$automations_meta assigned unsafely at line 117.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CMB_EDD_SL_Plugin_Updater".
Sample message
Function "apply_filters_deprecated()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 4.4.0.
Potential connections found in static code analysis.
Outbound calls
260
External assets
9
Incoming endpoints
31
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
19 more hidden
5 score snapshots
v5.8.3
24
Latest
v5.8.2
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 3,098 | 1,705 | 1,393 | v5.8.3 | 2.0.0 |
| 24 | 3,098 | 1,705 | 1,393 | v5.8.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.