"WP Plugin Manager" is a plugin that allows you to disable plugins on specific pages, posts, or devices for better performance.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
23
11 issue groups
I18n
5
4 issue groups
Repo Compliance
1
1 issue group
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using copy(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Plugin Manager - Deactivate plugins per page" - 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: "$ht_diagnostic_notice_owner".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
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
Linking directly to 5 stars reviews is not allowed.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_Plugin_Manager_Settings".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "hastech_notice_user_cap_check".
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Missing $domain parameter in function call to __().
Sample message
The $text parameter must be a single text string literal. Found: 'Sorry, you are not allowed to activate plugins:'.$nonce
Sample message
Plugin name "WP Plugin Manager - Deactivate plugins per page" is different from the name declared in plugin header "WP Plugin Manager".
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
28
External assets
0
Incoming endpoints
13
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
2 score snapshots
v1.4.14
94
Latest
v1.4.13
94
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 94 | 29 | 18 | 11 | v1.4.14 | 2.0.0 |
| 94 | 29 | 18 | 11 | v1.4.13 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.