Experience the power of automation within WordPress: Connect 1,500+ apps, automate manual tasks, and unlock your full potential. Get started now!
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
3,164
16 issue groups
Security
94
3 issue groups
I18n
76
2 issue groups
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;1,377
- Category
- Maintainability
- Occurrences
- 1,377
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.801
- Category
- Maintainability
- Occurrences
- 801
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().778
- Category
- Maintainability
- Occurrences
- 778
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORI18nMissing Translators CommentA 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.75
- Category
- I18n
- Occurrences
- 75
- Severity
- error
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.
ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$activity'.52
- Category
- Security
- Occurrences
- 52
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$activity'.
WARNINGMaintainabilityslow db query meta queryDetected usage of meta_query, possible slow query.44
- Category
- Maintainability
- Occurrences
- 44
- Severity
- warning
Sample message
Detected usage of meta_query, possible slow query.
WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "AcEnrollUserToCourse".35
- Category
- Maintainability
- Occurrences
- 35
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AcEnrollUserToCourse".
WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "acfw_filter_amount".33
- Category
- Maintainability
- Occurrences
- 33
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "acfw_filter_amount".
WARNINGMaintainabilityslow db query meta keyDetected usage of meta_key, possible slow query.28
- Category
- Maintainability
- Occurrences
- 28
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$clear_cache_url".26
- Category
- Maintainability
- Occurrences
- 26
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$clear_cache_url".
Show 11 moreShow less
WARNINGSecurityRequest data is not unslashed25
- Category
- Security
- Occurrences
- 25
- Severity
- warning
Sample message
$_POST['poll_' . $_POST['poll_id']] not unslashed before sanitization. Use wp_unslash() or similar
ERRORMaintainabilitywp function not compatible with requires wp18
- Category
- Maintainability
- Occurrences
- 18
- Severity
- error
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.4.0.
WARNINGSecurityDatabase parameter is not escaped17
- Category
- Security
- Occurrences
- 17
- Severity
- warning
Sample message
Unescaped parameter $group_table used in $wpdb->get_results()\n$group_table assigned unsafely at line 26915.
WARNINGMaintainabilityslow db query meta value11
- Category
- Maintainability
- Occurrences
- 11
- Severity
- warning
Sample message
Detected usage of meta_value, possible slow query.
ERRORMaintainabilityLocalhost URL found5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- error
Sample message
Do not use Localhost/127.0.0.1/*.local in your code. Found: http://example.local/
WARNINGMaintainabilityNon-prefixed function4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- warning
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".
WARNINGI18nDiscouraged text-domain loading1
- Category
- I18n
- Occurrences
- 1
- Severity
- warning
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.
WARNINGMaintainabilityDynamic hook name1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$action_to_perform".
WARNINGMaintainabilityNon-prefixed global symbol1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
The "apbd_wps/action/ticket" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
ERRORMaintainabilitycase sensitive folders1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Multiple folders with the same name but different case were found. This can be problematic on certain file systems.
WARNINGMaintainabilitymismatched plugin name1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "OttoKit: All-in-One Automation Platform" is different from the name declared in plugin header "OttoKit".
Score History
First score snapshot
v1.1.31
25
Latest
- Findings
- 3,334
- Errors
- 1,528
- Warnings
- 1,806
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 3,334 | 1,528 | 1,806 | v1.1.31 | 2.0.0 |