Automatically share and schedule your WordPress content on top social platforms like Facebook, Instagram, LinkedIn, TikTok, and more.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
753
7 issue groups
Security
215
3 issue groups
Repo Compliance
1
1 issue group
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.357
- Category
- Maintainability
- Occurrences
- 357
- 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().312
- Category
- Maintainability
- Occurrences
- 312
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.172
- Category
- Security
- Occurrences
- 172
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $addNotAdminPosts used in $wpdb->get_results()\n$addNotAdminPosts assigned unsafely at line 67.41
- Category
- Security
- Occurrences
- 41
- Severity
- warning
Sample message
Unescaped parameter $addNotAdminPosts used in $wpdb->get_results()\n$addNotAdminPosts assigned unsafely at line 67.
WARNINGMaintainabilitySchema ChangeAttempting a database schema change is discouraged.38
- Category
- Maintainability
- Occurrences
- 38
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "B2S_LANGUAGE".20
- Category
- Maintainability
- Occurrences
- 20
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "B2S_LANGUAGE".
WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "Ajax_Get".19
- Category
- Maintainability
- Occurrences
- 19
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Ajax_Get".
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable {$table} at "SELECT COUNT(*) FROM `{$table}` WHERE `blog_user_id` = %d AND `network_id` = %d AND `type_id` = %d"2
- Category
- Security
- Occurrences
- 2
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$table} at "SELECT COUNT(*) FROM `{$table}` WHERE `blog_user_id` = %d AND `network_id` = %d AND `type_id` = %d"
WARNINGRepo Compliancereadme parser warnings too many tagsOne or more tags were ignored. Please limit your plugin to 5 tags.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Show 1 moreShow less
ERRORMaintainabilitywp function not compatible with requires wp1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Function "utf8_encode()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 6.2.0.
External Connections
Potential connections found in static code analysis.
Outbound calls
188
External assets
3
Incoming endpoints
100
Notable Domains
Platform / Reference Domains
External Asset Domains
Incoming Endpoints
No public endpoints detected.
Admin AJAX endpoints100
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
88 more hidden
Score History
2 score snapshots
v9.0.0
32
Latest
- Findings
- 969
- Errors
- 7
- Warnings
- 962
- Check
- 2.0.0
v8.9.3
32
Score
- Findings
- 962
- Errors
- 7
- Warnings
- 955
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 969 | 7 | 962 | v9.0.0 | 2.0.0 |
| 32 | 962 | 7 | 955 | v8.9.3 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.