Experience the power of automation within WordPress: Connect 1,500+ apps, automate manual tasks, and unlock your full potential. Get started now!
Prioritized issue groups from the latest Plugin Check scan
Maintainability
3,239
16 issue groups
Security
94
3 issue groups
I18n
82
2 issue groups
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
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$activity'.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AcEnrollUserToCourse".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "acfw_filter_amount".
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$clear_cache_url".
Sample message
$_POST['poll_' . $_POST['poll_id']] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.4.0.
Sample message
Unescaped parameter $group_table used in $wpdb->get_results()\n$group_table assigned unsafely at line 27033.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Do not use Localhost/127.0.0.1/*.local in your code. Found: http://example.local/
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ap_get_current_user_id".
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$action_to_perform".
Sample message
The "apbd_wps/action/ticket" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
Sample message
Multiple folders with the same name but different case were found. This can be problematic on certain file systems.
Sample message
Plugin name "OttoKit: All-in-One Automation Platform" is different from the name declared in plugin header "OttoKit".
Potential connections found in static code analysis.
Outbound calls
293
External assets
2
Incoming endpoints
5
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
5 score snapshots
v1.1.35
25
Latest
v1.1.34
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 3,415 | 1,589 | 1,826 | v1.1.35 | 2.0.0 |
| 25 | 3,401 | 1,575 | 1,826 | v1.1.34 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.