Connect WordPress with External APIs and create no-code custom WordPress REST API endpoints to interact with the WordPress database to perform SQL ope …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
171
7 issue groups
Security
16
4 issue groups
Repo Compliance
3
3 issue groups
Sample message
Function "current_action()" requires WordPress 3.9.0, but your plugin minimum supported version is WordPress 3.0.1.
Sample message
Unescaped parameter $final_get_query used in $wpdb->get_results()\n$final_get_query assigned unsafely at line 132.
Sample message
Use placeholders and $wpdb->prepare(); found $final_get_query
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 215.
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'Constants'.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Custom API for WP" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Do not use Localhost/127.0.0.1/*.local in your code. Found: http://localhost/
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
Tested up to: 7.0 < 7.1. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
Potential connections found in static code analysis.
Outbound calls
73
External assets
0
Incoming endpoints
4
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v4.8.0
48
Latest
v4.7.0
59
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 48 | 190 | 174 | 16 | v4.8.0 | 2.1.0 |
| 59 | 189 | 173 | 16 | v4.7.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.