This is a simple plugin to display the entered content in to unblockable popup window. popup will open by clicking the text or image button.
Prioritized issue groups from the latest Plugin Check scan
Security
191
9 issue groups
Maintainability
139
10 issue groups
I18n
18
2 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: "$data".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_widget'.
Sample message
$_GET['ac'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found $sSql
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
Detected usage of a non-sanitized input variable: $_GET['ac']
Sample message
Mismatched text domain. Expected 'anything-popup' but got 'anything-popup-select'.
Sample message
Too many parameters passed to function "__()". Expected: 2 parameters, received: 3
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['pop_id']. Check that the array index exists before using it.
Sample message
Unescaped parameter $sSql used in $wpdb->get_results()\n$sSql assigned unsafely at line 58.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ANYTHGPOPUP_ADMIN_URL".
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Attempting a database schema change is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
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
Tested up to: 6.1 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Not analyzed yet.
First score snapshot
v7.3
37
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 349 | 164 | 185 | v7.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.