Name directory (glossary) with many options like multiple directories, integrated search, non-latin characters, recaptcha, HTML editor and many more.
Prioritized issue groups from the latest Plugin Check scan
Security
669
11 issue groups
Maintainability
99
7 issue groups
I18n
61
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$alternate'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['dir']. Check that the array index exists before using it.
Sample message
$_GET['delete_name'] not unslashed before sanitization. Use wp_unslash() or similar
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
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $_GET
Sample message
Detected usage of a non-sanitized input variable: $_GET['delete_name']
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
Unescaped parameter $convert_dirs used in $wpdb->query()\n$convert_dirs assigned unsafely at line 80.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$s", but got "%d, %s" in 'Showing %d most recent %s in this directory'.
Sample message
Function "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $name_directory_table_directory used in $wpdb->query()
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$directory_id} at \t\t\t OR `post_content` LIKE '%[namedirectory dir=''{$directory_id}%')"
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
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
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Not analyzed yet.
First score snapshot
v1.33.1
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 829 | 520 | 309 | v1.33.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.