This plugin gives the facility for hiding and showing plugins and the admin menu, it also gives the options to customize WordPress branding.
Prioritized issue groups from the latest Plugin Check scan
I18n
57
3 issue groups
Security
52
6 issue groups
Maintainability
14
7 issue groups
Repo Compliance
1
1 issue group
Sample message
The $domain parameter must be a single text string literal. Found: MWB_TEXTDOMAIN
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class='updated notice notice-success is-dismissible'><p>{$update_tag}</p></div>"'.
Sample message
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "mwb_custom_side_menu_page_removing".
Sample message
Detected usage of a non-sanitized input variable: $_POST['hidden_admin_bar_logo']
Sample message
A function call to esc_html__() 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
The plugin name includes a restricted term. Your chosen plugin name - "My Wp Brand – Hide menu & Hide Plugin" - contains the restricted term "plugin" which cannot be used at all in your plugin name.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$wp_session".
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MWB_Brand".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MWB_TEXTDOMAIN".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['plugins']. Check that the array index exists before using it.
Sample message
The $text parameter must be a single text string literal. Found: get_option( 'wp-admin-bar-howdy-text' )
Sample message
Plugin name "My Wp Brand – Hide menu & Hide Plugin" is different from the name declared in plugin header "My Wp Brand".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Tested up to: 6.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Not analyzed yet.
First score snapshot
v1.1.4
41
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 41 | 124 | 74 | 50 | v1.1.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.