Sell Pages/Posts through WooCommerce 2.6+ quickly and easily. Tested up to WooCommerce Version 10.9.x
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,492
14 issue groups
Security
744
9 issue groups
I18n
165
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_addon_ids".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.
Sample message
Mismatched text domain. Expected 'woocommerce-pay-per-post' but got 'sample-text-domain'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_fs_text".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FS_Admin_Menu_Manager".
Sample message
Function "get_network()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 3.8.0.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "fs_plugins_api".
Sample message
Missing $domain parameter in function call to _e().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FS_API__ADDRESS".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
print_r() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_GET['delete_log_nonce']
Sample message
$_GET['delete_log_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Sanitization missing for register_setting().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$message'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $transient ..." but found "<?= $transient ..."
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$order_table} at "\n SELECT COUNT(*)\n FROM {$wpdb->prefix}wc_order_product_lookup\n LEFT JOIN {$order_table} AS orders ON orders.id={$wpdb->prefix}wc_order_product_lookup.order_id\n LEFT JOIN {$wpdb->prefix}wc_customer_lookup ON {$wpdb->prefix}wc_customer_lookup.customer_id={$wpdb->prefix}wc_order_product_lookup.customer_id\n WHERE \n {$wpdb->prefix}wc_customer_lookup.user_id= %d \n AND ({$wpdb->prefix}wc_order_product_lookup.product_id = %d OR {$wpdb->prefix}wc_order_product_lookup.variation_id = %d)\n AND orders.status IN ({$status_sql})\n "
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Detected usage of meta_query, possible slow query.
Sample message
var_export() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
293
External assets
4
Incoming endpoints
3
No public endpoints detected.
admin_post
wp_ajax
wp_ajax
2 score snapshots
v3.2.34
21
Latest
v3.2.33
21
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 2,435 | 958 | 1,477 | v3.2.34 | 2.0.0 |
| 21 | 2,434 | 960 | 1,474 | v3.2.33 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.