Automated internal linking made easy. Optimize your SEO performance, strengthen your link juice, and improve user experience automatically.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
69
13 issue groups
I18n
36
6 issue groups
Security
5
2 issue groups
Performance
4
1 issue group
Sample message
Missing $domain parameter in function call to __().
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$available".
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The $domain parameter must be a single text string literal. Found: Plugin::$domain
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Translatable string should not be wrapped in HTML. Found: '<div class="error">Line %s: %s</div>'
Sample message
The $text parameter must be a single text string literal. Found: $engine
Sample message
Unescaped parameter $table_name_links used in $wpdb->query()\n$table_name_links assigned unsafely at line 409.
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
Attempting a database schema change is discouraged.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ILM_PLUGIN_BASENAME".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ilm_fs".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ilm_fs_loaded".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '<div class="error">Line %s: %s</div>'.
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.0.0.
Potential connections found in static code analysis.
Outbound calls
207
External assets
2
Incoming endpoints
12
No external asset domains detected.
wp_ajax
admin_post
admin_post
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v3.1.1
81
Latest
v3.0.4
35
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 81 | 114 | 49 | 65 | v3.1.1 | 2.0.0 |
| 35 | 309 | 188 | 121 | v3.0.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.