The permissions plugin for posts, pages, categories, tags and more. You can control permissions for roles, individual users, and even custom groups.
Prioritized issue groups from the latest Plugin Check scan
I18n
372
9 issue groups
Maintainability
188
12 issue groups
Security
179
4 issue groups
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
$_GET[$var] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Missing $domain parameter in function call to __().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_blog_id".
Sample message
Unescaped parameter $agent_clause used in $wpdb->get_results()\n$agent_clause assigned unsafely at line 186.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_pp_memory_new_usage".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'nav_menu_items_' . $post_type_name".
Sample message
The $text parameter must be a single text string literal. Found: $_opt_name
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$1s, %2$2s", but got "%1s, %2s" in 'ID #%1s: %2s'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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 ""hide_empty=$hide_empty"" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
The $domain parameter must be a single text string literal. Found: $lang_id
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
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
Detected usage of meta_key, possible slow query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FILTERED_PP".
Sample message
The $text parameter must not contain interpolated variables or expressions. Found: {$this->pluginName}
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter_name".
Sample message
query_posts() is discouraged. Use WP_Query instead.
Sample message
Use of the "translate()" function is reserved for low-level API usage.
Sample message
The use of function wp_get_sidebars_widgets() is forbidden
Sample message
The parameter "array_merge($args, ['number' => '', 'offset' => ''])" at position #2 of wp_count_terms() has been deprecated since WordPress version 5.6.0. Instead do not pass the parameter.
Sample message
Translatable string should not be wrapped in HTML. Found: '<strong>This plugin can be deleted.</strong>'
Not analyzed yet.
First score snapshot
v4.8.2
27
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 747 | 424 | 323 | v4.8.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.