Add infinite scroll, lazy loading, and load more buttons to posts, pages, and WooCommerce products — fast and fully customizable for WordPress.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
620
13 issue groups
Security
576
8 issue groups
I18n
11
2 issue groups
Performance
8
2 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_url".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'alm_canonical_url_' . $id".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$attributes'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "alm_add_elementor_widget_category".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ALM_ADMIN_URL".
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ALM_BLOCK".
Sample message
Mismatched text domain. Expected 'ajax-load-more' but got 'ajax-load-more-filters'.
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
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Detected usage of a non-sanitized input variable: $_GET['section']
Sample message
$_GET['section'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $table used in $wpdb->get_row()\n$table assigned unsafely at line 221.
Sample message
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "SELECT * FROM $table WHERE name = %s"
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.0.0.
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
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
Plugin Updater detected. These are not permitted in WordPress.org hosted plugins. Detected: class EDD_SL_Plugin_Updater
Potential connections found in static code analysis.
Outbound calls
216
External assets
8
Incoming endpoints
9
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v8.0.1
22
Latest
v8.0.0
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,233 | 641 | 592 | v8.0.1 | 2.0.0 |
| 22 | 1,236 | 641 | 595 | v8.0.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.