This plugin is intended to display a link in a blog card format. The goodbye to the text-only link.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,555
14 issue groups
Security
962
10 issue groups
I18n
18
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$T".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$add_class'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['import_file']['tmp_name']
Sample message
$_POST['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $column_output at "SELECT $column_output FROM $this->db_name ORDER BY domain , url"
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Unescaped parameter $this->db_name used in $wpdb->get_col()
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "drop_table".
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: touch().
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "LIST_BORDER".
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_USER_AGENT']. Check that the array index exists before using it.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Unescaped parameter $column_output used in $wpdb->get_results()\n$column_output assigned unsafely at line 16.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Potential connections found in static code analysis.
Outbound calls
36
External assets
0
Incoming endpoints
3
No external asset domains detected.
wp_ajax
admin_post
wp_ajax
5 score snapshots
v2.5.9.3
25
Latest
v2.5.9.2
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 2,563 | 949 | 1,614 | v2.5.9.3 | 2.0.0 |
| 25 | 2,564 | 948 | 1,616 | v2.5.9.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.