MSN Partner Hub WordPress plugin is developed by Microsoft. It helps WordPress content creators to share content to MSN directly from their sites.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
32
12 issue groups
Security
11
7 issue groups
Repo Compliance
2
2 issue groups
Performance
1
1 issue group
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$msn_id'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo ! ..." but found "<?= ! ..."
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
Detected usage of meta_query, possible slow query.
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".
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Unescaped parameter $msn_id used in $wpdb->get_results()\n$msn_id used without escaping.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $msn_id at "SELECT * FROM $wpdb->postmeta WHERE meta_key='msn_id' AND meta_value='$msn_id'"
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '{%}'.
Sample message
It is not necessary to prepare a query which doesn't use variable replacement.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$task".
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
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
Setting `suppress_filters` to `true` is prohibited.
Sample message
Tested up to: 6.9 < 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.
Sample message
The "Short Description" section is missing. An excerpt was generated from your main plugin description.
Sample message
The plugin slug includes a restricted term. Your plugin slug - "microsoft-start" - contains the restricted term "microsoft" and cannot be used to begin your plugin slug. We disallow the use of certain terms in ways that are abused, or potentially infringe on and/or are misleading with regards to trademarks. You may use the term "microsoft" elsewhere in your plugin slug, such as "... for microsoft".
Potential connections found in static code analysis.
Outbound calls
38
External assets
0
Incoming endpoints
25
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
First score snapshot
v2.9
54
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 54 | 46 | 21 | 25 | v2.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.