Plugin FAPI pro jednoduchou správu členských sekcí na webu.
Prioritized issue groups from the latest Plugin Check scan
Security
318
11 issue groups
Maintainability
83
11 issue groups
I18n
10
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" (output started at {$file}:{$line})."'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"(): {$e->getMessage()} in {$e->getFile()}:{$e->getLine()}"'.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_GET['subpage']
Sample message
$_GET['subpage'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$apiService".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $ids at \t\t\tWHERE level_id IN ($ids)\n
Sample message
Use placeholders and $wpdb->prepare(); found $filterByLevelsString
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER[$tmp]. Check that the array index exists before using it.
Sample message
Mismatched text domain. Expected 'fapi-member' but got 'cms_ve'.
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
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
Processing form data without nonce verification.
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
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 130.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "create_block_fapi_member_block_init".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
Editor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility.
Potential connections found in static code analysis.
Outbound calls
241
External assets
5
Incoming endpoints
4
register_rest_route
register_rest_route
wp_ajax
wp_ajax
4 score snapshots
v2.2.35
28
Latest
v2.2.34
28
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 432 | 279 | 153 | v2.2.35 | 2.0.0 |
| 28 | 432 | 279 | 153 | v2.2.34 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.