The AI-powered internal linking plugin for WordPress. Build internal links faster, find linking opportunities, and improve SEO automatically.
Prioritized issue groups from the latest Plugin Check scan
Security
3,909
11 issue groups
Maintainability
3,139
11 issue groups
I18n
2,035
3 issue groups
Sample message
Mismatched text domain. Expected 'link-whisper' but got "wpil".
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $ancestors at "SELECT DISTINCT ID FROM {$wpdb->posts} WHERE `post_parent` IN ($ancestors)"
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$a_post".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<b>Error:</b> [$errno] $errstr - $error_file:$error_line<br><br><hr><br><br>$out"'.
Sample message
Unescaped parameter $ai_anchor_sntnce_table used in $wpdb->query()\n$ai_anchor_sntnce_table assigned unsafely at line 1838.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Short PHP opening tag used with echo; expected "<?php echo ! ..." but found "<?= ! ..."
Sample message
Unescaped parameter $all_post_types used in $wpdb->get_col()\n$all_post_types assigned unsafely at line 1624.
Sample message
Use placeholders and $wpdb->prepare(); found !
Sample message
$_GET['category'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['category']
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Missing $domain parameter in function call to __().
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['csv_file']['name']. Check that the array index exists before using it.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Attempting a database schema change is discouraged.
Sample message
Function "get_user_locale()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.6.0.
Sample message
error_log() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
161
External assets
4
Incoming endpoints
114
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
87 more hidden
2 score snapshots
v0.9.6
23
Latest
v0.9.5
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 9,328 | 3,926 | 5,402 | v0.9.6 | 2.0.0 |
| 23 | 9,185 | 3,882 | 5,303 | v0.9.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.