Fully customise WordPress search implementing algolia API
Prioritized issue groups from the latest Plugin Check scan
Maintainability
94
13 issue groups
Security
82
9 issue groups
I18n
44
3 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: $langDomain
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ma_compound_fields_{$this->type}".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$data'.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
$_POST['apiKey'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$adminIndexer".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$answer['message']'.
Sample message
Processing form data without nonce verification.
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
Unescaped parameter $postId used in $wpdb->get_results()\n$postId used without escaping.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $postId at "SELECT meta_key, meta_value FROM $wpdb->postmeta WHERE post_id=$postId"
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
Mismatched text domain. Expected 'maven-algolia' but got 'mvnAlg'.
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
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
Function "mb_strlen()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 3.6.0.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ALG_INVALID_INDEX".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The use of function create_function() is forbidden
Sample message
debug_print_backtrace() found. Debug code should not normally be used in production.
Not analyzed yet.
First score snapshot
v0.4
28
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 237 | 148 | 89 | v0.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.