The best 60 plugins for WP. Easy contact form plugin, social feed, popup, countdown, and more.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
19
9 issue groups
Security
13
3 issue groups
I18n
6
5 issue groups
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"window.location.assign('$redirect_url')"'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "admin_handle_powr_ext_urls".
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
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$current_date".
Sample message
Missing $domain parameter in function call to __().
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
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
The $domain parameter must be a single text string literal. Found: $title
Sample message
The $text parameter must be a single text string literal. Found: 'Edit this ' . $app_namespace
Sample message
Mismatched text domain. Expected 'powr-pack' but got 'powr-plugins'.
Sample message
Plugin name "Custom Form Builder, Contact Forms, Payment Forms, Surveys, Polls" is different from the name declared in plugin header "POWr Pack".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Tested up to: 6.7 < 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 "Text Domain" header in the plugin file does not match the slug. Found "powr-social-feed", expected "powr-pack".
Potential connections found in static code analysis.
Outbound calls
10
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v2.2.2
68
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 68 | 39 | 21 | 18 | v2.2.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.