Automatically logout idle user sessions, with logout redirections and concurrent limit logins all in one place.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
74
10 issue groups
Security
13
4 issue groups
I18n
13
4 issue groups
Repo Compliance
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$__ina_warn_message".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ina__addon_form_elements".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$countdown_timeout'.
Sample message
A function call to esc_html__() 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
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
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 a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ina_helpers".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "$name".
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
Detected usage of a non-sanitized input variable: $_REQUEST['_save_timeout_adv_settings']
Sample message
$_REQUEST['_save_timeout_adv_settings'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Missing $domain parameter in function call to esc_html_e().
Sample message
The $text parameter must be a single text string literal. Found: $message
Sample message
Linking directly to 5 stars reviews is not allowed.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Sample message
Mismatched Requires at least: 6.2 != 6.6. "Requires at least" needs to be exactly the same with that in your main plugin file's header.
Not analyzed yet.
First score snapshot
v3.6.2
64
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 64 | 101 | 30 | 71 | v3.6.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.