Adds post-grid element to Elementor page builder for generating post grid/list from your blog posts.
Prioritized issue groups from the latest Plugin Check scan
I18n
145
6 issue groups
Maintainability
78
9 issue groups
Security
51
10 issue groups
Sample message
Mismatched text domain. Expected 'void-elementor-post-grid-addon-for-elementor-page-builder' but got 'bloggy'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activate_info".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$byline'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Missing $domain parameter in function call to __().
Sample message
Detected usage of a non-sanitized input variable: $_GET['spare_me']
Sample message
$_GET['spare_me'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The $text text string should have translatable content. Found: ' %1$s '
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
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
Unescaped parameter $global_table_prefix used in $wpdb->get_results()\n$global_table_prefix assigned unsafely at line 115.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$global_table_prefix} at "DELETE FROM `{$global_table_prefix}options`\n
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->filter_prefix . '_get_template_part'".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['post_type']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '<div class="void-grid-message-inner">\n <div class="void-grid-message-icon">\n <img class="void-grid-notice-icon" src="%s" alt="Void post grid builder logo">\n </div>\n <div class="void-grid-message-content">\n <strong>Void post grid - Requires Database update.</strong>\n <p>Please Press Update now button to update your database for the plugin. We suggest you take a full backup of your site or database before you proceed.</p>\n </div>\n <div class="void-grid-message-action">\n <a class="void-grid-button" href="%s">Update Now</a>\n </div>\n </div>'.
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 placeholders and $wpdb->prepare(); found $sql
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Gamajo_Template_Loader".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'get_template_part_' . $slug".
Not analyzed yet.
First score snapshot
v2.4
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 282 | 189 | 93 | v2.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.