The main idea of the plugin – make your WordPress site content is filterable and searchable by meta fields and taxonomies on the same time.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,360
11 issue groups
I18n
1,148
4 issue groups
Security
916
10 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activated_taxonomies".
Sample message
Mismatched text domain. Expected 'wp-meta-data-filter-and-taxonomy-filter' but got 'meta-data-filter'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['mdf_page_num'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$'.
Sample message
Missing $domain parameter in function call to esc_html__().
Sample message
The $text parameter must be a single text string literal. Found: $args['title']
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['slg']. Check that the array index exists before using it.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Detected usage of a non-sanitized input variable: $_GET['mdf_page_num']
Sample message
Use placeholders and $wpdb->prepare(); found $data_sql
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "dynamic_sidebar".
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
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
File and folder names must not contain spaces or special characters.
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 $data_subscr['request'] used in $wpdb->get_results()\n$data_subscr['request'] used without escaping.
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 $post->ID at "DELETE FROM $wpdb->postmeta WHERE meta_key LIKE 'medafi_%' AND post_id=$post->ID"
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Aq_Resize".
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.
Potential connections found in static code analysis.
Outbound calls
218
External assets
14
Incoming endpoints
30
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
10 more hidden
First score snapshot
v1.3.9
16
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 16 | 3,506 | 1,550 | 1,956 | v1.3.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.