URL Shortify helps you beautify, manage, share & cloak any links on or off your WordPress website. Create links using your domain name!
Prioritized issue groups from the latest Plugin Check scan
Maintainability
2,409
12 issue groups
Security
1,377
11 issue groups
I18n
262
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_addon_ids".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.
Sample message
Mismatched text domain. Expected 'url-shortify' but got ''.
Sample message
Use of a direct database call is discouraged.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "US".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'kc_us_post_insert_' . $type".
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: "FS_API__ADDRESS".
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 '"The bulk action $action does not have a callback method"'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $column at "$column = %s"
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CronExpression".
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$visitor_cookie]
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use placeholders and $wpdb->prepare(); found $prepared_query
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE[$visitor_cookie] 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
Unescaped parameter $column_name used in $wpdb->get_var()
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['csv_file']['name']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $prepared_query used in $wpdb->get_results()\n$prepared_query assigned unsafely at line 382.
Sample message
Attempting a database schema change is discouraged.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Potential connections found in static code analysis.
Outbound calls
288
External assets
8
Incoming endpoints
4
wp_ajax
admin_post
wp_ajax
wp_ajax
3 score snapshots
v2.5.0
21
Latest
v2.4.3
21
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 4,180 | 1,511 | 2,669 | v2.5.0 | 2.0.0 |
| 21 | 4,206 | 1,519 | 2,687 | v2.4.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.