Feature-packed membership plugin for creating subscription plans, adding recurring payments & content restriction on your membership site.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
3,723
12 issue groups
Security
2,113
9 issue groups
I18n
1,172
3 issue groups
Performance
26
1 issue group
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'get_custom_bulk_actions_' . $this->post_type".
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
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_pms_compare_subscription_plans".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_pms_potx_install".
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Function "add_term_meta()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.1.0.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$1s, %2$2s", but got "%1s, %2s" in 'Follow these steps to start a membership site quickly. %1s out of %2s complete.'.
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Cozmoslabs_Plugin_Optin_Metadata_Builder".
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 '"Cannot save property `{$key}` containing an API resource of type "'.
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
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "PAID_MEMBER_SUBSCRIPTIONS".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$batch_size_filter".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$context'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['post']
Sample message
Use placeholders and $wpdb->prepare(); found $gateways
Sample message
Using exclusionary parameters, like exclude, 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
Unescaped parameter $delay used in $wpdb->get_results()\n$delay assigned unsafely at line 507.
Sample message
Mismatched text domain. Expected 'paid-member-subscriptions' but got "wck".
Potential connections found in static code analysis.
Outbound calls
300
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
4 score snapshots
v3.0.8
21
Latest
v3.0.7
21
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 7,250 | 1,953 | 5,297 | v3.0.8 | 2.0.0 |
| 21 | 7,182 | 1,934 | 5,248 | v3.0.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.