The purpose of this plugin is to add the ability to output a list of link categories and a complete list of links with notes and descriptions.
Prioritized issue groups from the latest Plugin Check scan
Security
2,416
9 issue groups
Maintainability
790
15 issue groups
Performance
10
1 issue group
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<font face=\"verdana\" size=\"2\">Critical Error: <strong>Unable to create: $name</strong></font>"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$alphabet".
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE['Captcha'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['Captcha']
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['generalsettingsfile']['tmp_name']. Check that the array index exists before using it.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "RenderLinkLibrary".
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
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
Use placeholders and $wpdb->prepare(); found $all_link_cats_query
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Unescaped parameter $all_link_cats_query used in $wpdb->get_results()\n$all_link_cats_query assigned unsafely at line 16.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
The parameter "$link_categories_query_args" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AT_END".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
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
Function "has_blocks()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.4.0.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Potential connections found in static code analysis.
Outbound calls
122
External assets
1
Incoming endpoints
17
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
admin_post
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v7.9.4
20
Latest
v7.9.3
20
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 20 | 3,336 | 1,942 | 1,394 | v7.9.4 | 2.0.0 |
| 20 | 3,339 | 1,942 | 1,397 | v7.9.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.