Hide posts or WooCommerce products from the homepage, archives, search, RSS, REST API, sitemaps and SEO tools — per-post control in any editor.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
50
8 issue groups
Security
15
4 issue groups
Performance
5
1 issue group
I18n
1
1 issue group
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 $ids_placeholders at " AND ID NOT IN ( $ids_placeholders )"
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "whp_admin_wc_product".
Sample message
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WHP_PLUGIN_DIR".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Sanitization missing for register_setting().
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$table_name".
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
Attempting a database schema change is discouraged.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "HidePostsPlugin".
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
5
External assets
0
Incoming endpoints
4
No external asset domains detected.
register_rest_route
wp_ajax
wp_ajax
2 score snapshots
v2.1.2
63
Latest
v2.1.0
59
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 63 | 72 | 8 | 64 | v2.1.2 | 2.0.0 |
| 59 | 79 | 9 | 70 | v2.1.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.