Flipbox – Awesomes Flip Boxes Image Overlay

Showcase team members or any list with Flipbox - Awesome Flip Boxes Image Overlay. A clean, responsive, and professional way to display your team.

v3.0.2OxilabUpdated Added 10k+ installs92% rating
33
Score
400
Errors
7,279
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability39

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

7,679 findings

Security

7,376

10 issue groups

Maintainability

195

12 issue groups

I18n

104

3 issue groups

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_FILES['importoxilabflipboxfile']['name']. Check that the array index exists before using it.2,300
Category
Security
Occurrences
2,300
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_FILES['importoxilabflipboxfile']['name']. Check that the array index exists before using it.

WARNINGSecurityRequest data is not unslashed$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar2,298
Category
Security
Occurrences
2,298
Severity
warning

Sample message

$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.2,293
Category
Security
Occurrences
2,293
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $child198
Category
Security
Occurrences
198
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $child

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['importoxilabflipboxfile']['name']108
Category
Security
Occurrences
108
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES['importoxilabflipboxfile']['name']

ERRORI18nText Domain MismatchMismatched text domain. Expected 'image-hover-effects-ultimate-visual-composer' but got 'oxi-flip-box-plugin'.98
Category
I18n
Occurrences
98
Severity
error

Sample message

Mismatched text domain. Expected 'image-hover-effects-ultimate-visual-composer' but got 'oxi-flip-box-plugin'.

WARNINGMaintainabilityNon-prefixed namespaceNamespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "OXI_FLIP_BOX_PLUGINS\Classes".87
Category
Maintainability
Occurrences
87
Severity
warning

Sample message

Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "OXI_FLIP_BOX_PLUGINS\Classes".

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_widget']'.54
Category
Security
Occurrences
54
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_widget']'.

WARNINGMaintainabilityMixed line endingsFile has mixed line endings; this may cause incorrect results45
Category
Maintainability
Occurrences
45
Severity
warning

Sample message

File has mixed line endings; this may cause incorrect results

WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 366.40
Category
Security
Occurrences
40
Severity
warning

Sample message

Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 366.

Show 15 more
WARNINGSecurityInterpolated SQL is not prepared34
Category
Security
Occurrences
34
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $table_import at "INSERT INTO $table_import (name, type) VALUES\n

ERRORSecurityUnsafe printing function34
Category
Security
Occurrences
34
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNINGMaintainabilityNot In Footer19
Category
Maintainability
Occurrences
19
Severity
warning

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.

WARNINGSecurityNonce verification recommended17
Category
Security
Occurrences
17
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon-prefixed hook name14
Category
Maintainability
Occurrences
14
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "oxi-flip-box-plugin/admin_menu".

WARNINGMaintainabilityNon-prefixed constant7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "OXI_FLIP_BOX_BASENAME".

WARNINGMaintainabilityDirect Query5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNINGMaintainabilityMissing Version5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.

ERRORI18nMissing Arg Domain4
Category
I18n
Occurrences
4
Severity
error

Sample message

Missing $domain parameter in function call to __().

ERRORMaintainabilitywp function not compatible with requires wp4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

Function "wp_add_inline_script()" requires WordPress 4.5.0, but your plugin minimum supported version is WordPress 4.4.0.

ERRORI18nNon Singular String Literal Text2
Category
I18n
Occurrences
2
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $feature['title']

ERRORMaintainabilityMissing direct file access protection2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERRORMaintainabilityrand rand1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

rand() is discouraged. Use the far less predictable wp_rand() instead.

ERRORMaintainabilitystrip tags strip tags1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

External Connections

Not analyzed yet.

Score History

First score snapshot

v3.0.2

33

Latest

Findings
7,679
Errors
400
Warnings
7,279
Check
2.0.0

Related Plugins

Flip Box Block

2k+ active installs

98
Flip Cards Module For Divi

3k+ active installs

97
Fancy Elementor Flipbox

5k+ active installs

89
Flipbox

2k+ active installs

80