Unreal FlipBook is PDF Viewer, allowing to browse images, PDFs, HTMLs as a flipping book. It attracts user attention and makes more impression on him.
Prioritized issue groups from the latest Plugin Check scan
I18n
359
1 issue group
Security
79
11 issue groups
Maintainability
50
13 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: POST_ID
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$fb3d".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$fb3d['question']['html']'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['id']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_GET['id']
Sample message
$_GET['id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $ids
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table at DELETE FROM $table\r\n
Sample message
Unescaped parameter a_to_sql_list($ids))) used in $wpdb->query()
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "fb3d_post".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $where used in $wpdb->get_results()
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The parameter "array('hide_empty' => false)" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Potential connections found in static code analysis.
Outbound calls
51
External assets
1
Incoming endpoints
25
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
3 more hidden
First score snapshot
v1.16.19
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 492 | 400 | 92 | v1.16.19 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.