Uix Shortcodes brings an amazing set of beautiful and useful elements to your site that lets you do nifty things with very little effort.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
343
11 issue groups
Security
330
9 issue groups
I18n
17
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$JSfiletype".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$btns'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "uix_sc_add_buttons".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_GET['apikey'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['apikey']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$id . '_attrs_classname'][$index]. Check that the array index exists before using it.
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
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "UixSCFormCore".
Sample message
Translatable string should not be wrapped in HTML. Found: '<div class="notice notice-success"><p>Operation successfully completed!</p></div>'
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "UIX_SHORTCODES_PLUGIN_DIR".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "uix_custom_metaboxes_vars".
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Unescaped parameter $path used in $wpdb->get_var()\n$path assigned unsafely at line 396.
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$path} at "SELECT post_id FROM $wpdb->postmeta WHERE meta_value = '{$path}'"
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.2.0.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The $text parameter must be a single text string literal. Found: '<a class="button button-primary" href="' . admin_url( "admin.php?page=".UixShortcodes::CUSPAGE ) . '&tab=custom-css">Add custom stylesheets by clicking here</a>'
Potential connections found in static code analysis.
Outbound calls
119
External assets
0
Incoming endpoints
2
No external asset domains detected.
wp_ajax
wp_ajax
First score snapshot
v2.0.5
33
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 690 | 246 | 444 | v2.0.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.