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,621
13 issue groups
Security
928
11 issue groups
I18n
16
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
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
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
Processing form data without nonce verification.
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
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. 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
Processing form data without nonce verification.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Unescaped parameter $column_output used in $wpdb->get_results()\n$column_output assigned unsafely at line 16.
Potential connections found in static code analysis.
Outbound calls
34
External assets
0
Incoming endpoints
4
No external asset domains detected.
wp_ajax
admin_post
wp_ajax
wp_ajax
9 score snapshots
v2.6.0.5
24
Latest
v2.6.0.4
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,581 | 891 | 1,690 | v2.6.0.5 | 2.1.0 |
| 24 | 2,569 | 884 | 1,685 | v2.6.0.4 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.