LocalWeb All In One integrates services such as Web Instant Messenger, Google Analytics, and a GDPR-compliant Cookie Banner into your website.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
192
13 issue groups
Security
137
9 issue groups
I18n
2
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_tab".
Sample message
Processing form data without nonce verification.
Sample message
$_GET['order'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['event_action']. Check that the array index exists before using it.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_REQUEST['_wpnonce']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $cf7_table at "SELECT * FROM $cf7_table WHERE sent !=%s"
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_lw_all_in_one".
Sample message
Attempting a database schema change is discouraged.
Sample message
Unescaped parameter $old_cf7_table used in $wpdb->get_results()
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized, non-validated input variable _SERVER: "http://{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}"
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Use of a direct database call is discouraged.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
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
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Above script will be inserted just before %s tag using %s hook.'.
Sample message
Incorrect Stable Tag. It's recommended not to use "Stable Tag: trunk". Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Sample message
Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: auto_update_plugin
Sample message
Function "wp_set_script_translations()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.8.5.
Potential connections found in static code analysis.
Outbound calls
79
External assets
0
Incoming endpoints
7
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
4 score snapshots
v1.10.4
36
Latest
v1.10.3
36
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 331 | 34 | 297 | v1.10.4 | 2.0.0 |
| 36 | 331 | 34 | 297 | v1.10.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.