Show Gutenberg Editor in the Frontend. Display WP Admin Pages in the Frontend. Create custom dashboards in the front end, Allow to Edit in the Fronten …
Prioritized issue groups from the latest Plugin Check scan
Security
289
9 issue groups
I18n
196
6 issue groups
Maintainability
180
10 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: VG_Admin_To_Frontend::$textname
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "dapof_fs_loaded".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_GET[$parameter_key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
Function "_wp_die_process_input()" requires WordPress 5.1.0, but your plugin minimum supported version is WordPress 3.6.0.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$dir_attr'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['post']. 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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin_url".
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
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
Missing $domain parameter in function call to __().
Sample message
The $text parameter must be a single text string literal. Found: '<a href="%s"' . $class . '>All <span class="count">(%d)</span></a>'
Sample message
Mismatched text domain. Expected 'display-admin-page-on-frontend' but got 'all'.
Sample message
Processing form data without nonce verification.
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
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '%[vg_display_admin_page%'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "VG_Admin_To_Frontend_Obj".
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Translatable string should not be wrapped in HTML. Found: '<div><b>Give permission to other user roles</b>. You can use the <a href="%1$s" target="_blank">User Role Editor</a> plugin to assign the capability to the user role required by the page: "%2$s". Careful, assign advanced capabilities only if you trust the users.</div>'
Potential connections found in static code analysis.
Outbound calls
207
External assets
4
Incoming endpoints
5
No public endpoints detected.
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v1.22.8
26
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 684 | 347 | 337 | v1.22.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.