AI Powered LINK DIRECTORY Plugin for WordPress to Curate Links for Web Directory. Link Management, Directory Listings, Link Archive, Vendor Directory
Prioritized issue groups from the latest Plugin Check scan
Maintainability
434
17 issue groups
Security
114
8 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$SlD_feedback".
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
Function "is_php_version_compatible()" requires WordPress 5.2.0, but your plugin minimum supported version is WordPress 4.6.0.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action_links'.
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CMB_Checkbox".
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "SLD_QCOPD_DIRectory_full_shortcode".
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CMB_DEV".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'cmb_save_' . $field['type']".
Sample message
$_GET['post'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['csv_upload']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['csv_upload']
Sample message
Unescaped parameter $post_id used in $wpdb->get_var()\n$post_id assigned unsafely at line 150.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $post_id at "SELECT ID FROM $wpdb->posts WHERE post_type = 'sld' AND post_status = 'publish' AND ID = $post_id ORDER BY ID DESC LIMIT 1"
Sample message
The parameter "array( 'hide_empty' => $this->args['hide_empty'] )" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_style; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Potential connections found in static code analysis.
Outbound calls
176
External assets
1
Incoming endpoints
21
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
wp_ajax
7 more hidden
7 score snapshots
v9.1.3
25
Latest
v9.1.2
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 557 | 133 | 424 | v9.1.3 | 2.0.0 |
| 25 | 553 | 133 | 420 | v9.1.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.