Boost your SEO & UX with Codeat's Glossary: powerful auto-link engine; customizable tooltips, mobile settings, ChatGPT and much more!
Prioritized issue groups from the latest Plugin Check scan
I18n
148
4 issue groups
Maintainability
91
13 issue groups
Security
21
6 issue groups
Performance
1
1 issue group
Sample message
The $domain parameter must be a single text string literal. Found: GT_SETTINGS
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$cmb".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "generate_glossary_list_by_wp_query".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->default_parameters[ 'filter_prefix' ] . '_a2z_letter_tag'".
Sample message
Use placeholders and $wpdb->prepare(); found $sanitized_sql_pieces
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "GT_NAME".
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'multicheck_posttype_' . $field->args[ '_id' ]".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$classes'.
Sample message
Unescaped parameter $sanitized_sql_pieces['count_query'] used in $wpdb->get_results()\n$sanitized_sql_pieces['count_query'] used without escaping.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Mismatched text domain. Expected 'glossary-by-codeat' but got 'genesis'.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_GET['rest_route']
Sample message
$_GET['rest_route'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
Using exclusionary parameters, like post__not_in, 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
Hidden files are not permitted.
Sample message
Tested up to: 7.0.2 The version number should only include major versions 7.0.
Potential connections found in static code analysis.
Outbound calls
289
External assets
3
Incoming endpoints
8
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.3.15
35
Latest
v2.3.13
35
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 264 | 170 | 94 | v2.3.15 | 2.0.0 |
| 35 | 262 | 169 | 93 | v2.3.13 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.