With the "User Access Manager"-plugin you can manage the access to your posts, pages and files.
Prioritized issue groups from the latest Plugin Check scan
Security
357
8 issue groups
Maintainability
177
13 issue groups
I18n
36
3 issue groups
Performance
2
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"{$groupsFormName}[{$userGroup->getId()}][fromDate]"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$addition".
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_GET[$name]
Sample message
$_GET[$name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_RANGE']. Check that the array index exists before using it.
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 4.7.0.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "initUam".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Missing membership handler for '$objectType'."'.
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Shows the content before the <!--more--> tag and after that the defined text at "%s content". If no <!--more--> is set the defined text at "%s content" will be shown.'.
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
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
The use of function set_time_limit() is discouraged
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$tag".
Potential connections found in static code analysis.
Outbound calls
55
External assets
3
Incoming endpoints
0
No public endpoints detected.
7 score snapshots
v2.3.18
30
Latest
v2.3.17
29
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 581 | 403 | 178 | v2.3.18 | 2.0.0 |
| 29 | 577 | 396 | 181 | v2.3.17 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.