Frontend Dashboard is bundled with huge list of custom features which can easily customise the User profile, Posts, Login, Register, Custom roles.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
784
9 issue groups
Security
422
11 issue groups
I18n
87
5 issue groups
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "bcdump".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$error\n"'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'fed_dashboard_content_bottom_' . fed_get_data( 'menu_request.menu_slug', $menu )".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $column at WHERE payment.$column = $id\t \r\n
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
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$content".
Sample message
Missing $domain parameter in function call to __().
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FEDCustomCSS".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The $text parameter must be a single text string literal. Found: $active
Sample message
Unescaped parameter $column used in $wpdb->get_results()\n$column assigned unsafely at line 272.
Sample message
Mismatched text domain. Expected 'frontend-dashboard' but got 'fed'.
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 19.
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
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
$_POST[$default_value['input_meta']] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The $text text string should have translatable content. Found: '%s '
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Detected usage of a non-sanitized input variable: $_POST['slug']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$default_value['input_meta']]. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Potential connections found in static code analysis.
Outbound calls
182
External assets
8
Incoming endpoints
35
register_rest_route
register_rest_route
admin_post
wp_ajax
wp_ajax
wp_ajax
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
13 more hidden
First score snapshot
v2.2.10
21
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 1,329 | 384 | 945 | v2.2.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.