Helps to automatically connect a WordPress site to the ICDSoft WordPress MultiManager tool which allows users to manage multiple WordPress sites from …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
26
16 issue groups
I18n
11
3 issue groups
Repo Compliance
2
2 issue groups
Sample message
Missing $domain parameter in function call to __().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "MultiManager WP - Manage All Your WordPress Sites Easily" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using rename(). Detected usage of constant WP_PLUGIN_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_login_failed".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
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
Using date_default_timezone_set() and similar isn't allowed, instead use WP internal timezone support.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FS_METHOD".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
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
Plugin name "MultiManager WP - Manage All Your WordPress Sites Easily" is different from the name declared in plugin header "MultiManager WP".
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
Not analyzed yet.
First score snapshot
v1.1.5
91
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 91 | 39 | 28 | 11 | v1.1.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.