This plugin help REST API for display featured media source, author, categories, and custom fields.
Prioritized issue groups from the latest Plugin Check scan
Security
129
11 issue groups
I18n
48
3 issue groups
Maintainability
12
6 issue groups
Repo Compliance
4
4 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Missing $domain parameter in function call to _e().
Sample message
$_POST['address_1'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['address_1']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST['imh_onesignal_message']
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$current_imh_option_custom_field_blacklist'.
Sample message
Function "get_avatar_url()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
The $text parameter must be a single text string literal. Found: "<h1>" . __("OneSignal Sender", "rest-api-helper") . "</h1>"
Sample message
Detected usage of a non-sanitized, non-validated input variable _SERVER: "Access-Control-Allow-Headers: {$_SERVER['HTTP_ACCESS_CONTROL_REQUEST_HEADERS']}"
Sample message
Mismatched text domain. Expected 'rest-api-helper' but got "imh-textdomain".
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 1637.
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
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "SELECT meta_key FROM `$table` WHERE `post_id`=%d"
Sample message
Detected usage of tax_query, possible slow query.
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
The parameter "$_data["author"]" at position #1 of get_the_author() has been deprecated since WordPress version 2.1.0. Instead do not pass the parameter.
Sample message
Tested up to: 5.3 < 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
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 missing. An excerpt was generated from your main plugin description.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
Mismatched Stable Tag: 2.2.4 != 2.2.8. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Potential connections found in static code analysis.
Outbound calls
12
External assets
0
Incoming endpoints
4
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
register_rest_route
First score snapshot
v2.2.8
39
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 193 | 108 | 85 | v2.2.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.