Extends the default fulltext search with relevance, jet speed and ability to search any posts, metadata, taxonomy, shortcode content and more data.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
321
13 issue groups
Security
125
8 issue groups
I18n
49
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$a".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_title']'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
Detected usage of a non-sanitized input variable: $_GET['page']
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$1s, %2$2s", but got "%1s, %2s" in '%1s is an external processing service, which supports a wide range of formats. Native PHP means local processing of attachments. We recommend %2s at the moment.'.
Sample message
Processing form data without nonce verification.
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
Missing $domain parameter in function call to __().
Sample message
Use of a direct database call is discouraged.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "found_posts".
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "fusion_builder_get_post_content_excerpt".
Sample message
Use placeholders and $wpdb->prepare(); found $qr
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of __FILE__ or __DIR__ magic constant. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query used without escaping.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REMOTE_ADDR']. Check that the array index exists before using it.
Sample message
Function "get_block_wrapper_attributes()" requires WordPress 5.6.0, but your plugin minimum supported version is WordPress 5.0.0.
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
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Potential connections found in static code analysis.
Outbound calls
255
External assets
0
Incoming endpoints
21
No external asset domains detected.
register_rest_route
register_rest_route
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 more hidden
3 score snapshots
v1.82.284
24
Latest
v1.81.282
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 512 | 212 | 300 | v1.82.284 | 2.0.0 |
| 25 | 500 | 209 | 291 | v1.81.282 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.