Build flexible popups and modal windows with multiple popup types, triggers, and display controls.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
828
12 issue groups
Security
827
11 issue groups
I18n
62
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$action_button".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$activePopup'.
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['filterbyType']
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
Mismatched text domain. Expected 'ays-popup-box' but got 'quiz-maker'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['fstatus']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found $categories_table
Sample message
Unescaped parameter $categories_table used in $wpdb->get_var()\n$categories_table assigned unsafely at line 39.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Ays_Pb".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Function "delete_network_option()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
Processing form data without nonce verification.
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
Unescaped parameter $pb_categories used in $wpdb->query()\n$pb_categories assigned unsafely at line 36.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AYS_PB_ADMIN_URL".
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
Short PHP opening tag used with echo; expected "<?php echo $enable_pb_title_text_shadow ..." but found "<?= $enable_pb_title_text_shadow ..."
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $popups_table at "SHOW TABLES LIKE '$popups_table'"
Sample message
Detected usage of meta_key, possible slow query.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_ays_pb".
Potential connections found in static code analysis.
Outbound calls
269
External assets
9
Incoming endpoints
22
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
5 score snapshots
v6.3.6
24
Latest
v6.3.5
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,735 | 482 | 1,253 | v6.3.6 | 2.0.0 |
| 24 | 1,735 | 482 | 1,253 | v6.3.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.