This plugin allows you to create list of terms and assign links to them. Plugin replaces terms occurrences in your posts with appropriate links.
Prioritized issue groups from the latest Plugin Check scan
Security
332
11 issue groups
Maintainability
294
13 issue groups
I18n
5
1 issue group
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__".
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 '"<input type=\"hidden\" name=\"${name}\" value=\""'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_xml_cache".
Sample message
Detected usage of a non-sanitized input variable: $_FILES['dump_file']['tmp_name']
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['dump_file']['tmp_name']. Check that the array index exists before using it.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $from
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $insert_sql used in $wpdb->query()\n$insert_sql assigned unsafely at line 145.
Sample message
Missing $domain parameter in function call to __().
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Attempting a database schema change is discouraged.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "TD_DIR".
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" parameters, expected ${parameter_count} for filter ${name}, callback "'.
Sample message
get_alloptions() has been deprecated since WordPress version 3.0.0. Use wp_load_alloptions() instead.
Sample message
get_user_id_from_string() has been deprecated since WordPress version 3.6.0. Use get_user_by() instead.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Potential connections found in static code analysis.
Outbound calls
153
External assets
0
Incoming endpoints
6
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v3.4.10
28
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 645 | 222 | 423 | v3.4.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.