Domain Mapping System is the most powerful way to manage alias domains and map them to any published resource - creating Microsites with ease!
Prioritized issue groups from the latest Plugin Check scan
Maintainability
223
12 issue groups
Security
105
10 issue groups
I18n
6
3 issue groups
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "DMS\Includes".
Sample message
Function "get_options()" requires WordPress 6.4.0, but your plugin minimum supported version is WordPress 5.1.0.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "dms_allowed_object_groups".
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$items_per_page'.
Sample message
Use placeholders and $wpdb->prepare(); found $dms_mapping_metas
Sample message
$_COOKIE[self::COOKIE_NAME] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$data['host']'.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[self::COOKIE_NAME]
Sample message
Unescaped parameter $mapping_values_sql used in $wpdb->get_results()\n$mapping_values_sql assigned unsafely at line 41.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Short PHP opening tag used with echo; expected "<?php echo $page ..." but found "<?= $page ..."
Sample message
Attempting a database schema change is discouraged.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$et_builder_used_in_wc_shop".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "DMS".
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
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
The $domain parameter must be a single text string literal. Found: $this->plugin_name
Sample message
Too many parameters passed to function "__()". Expected: 2 parameters, received: 3
Not analyzed yet.
First score snapshot
v2.2.7
31
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 346 | 113 | 233 | v2.2.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.