Slick Popup: Contact Form 7 Popup Plugin

A lightweight plugin that converts a Contact Form 7 form into a customizable pop-up form which is slick, beautiful and responsive to different screen …

v1.7.16Ankit SinglaUpdated Added 2k+ installs94% rating
22
Score
2,322
Errors
316
Warnings
+0
Change

Category Scores

Security0
Repo83
Performance96
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

2,638 findings

I18n

1,820

7 issue groups

Maintainability

654

10 issue groups

Security

143

7 issue groups

Performance

4

1 issue group

ERRORI18nText Domain MismatchMismatched text domain. Expected 'slick-popup' but got 'redux-framework'.1,771
Category
I18n
Occurrences
1,771
Severity
error

Sample message

Mismatched text domain. Expected 'slick-popup' but got 'redux-framework'.

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;220
Category
Maintainability
Occurrences
220
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$options_global".216
Category
Maintainability
Occurrences
216
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$options_global".

ERRORMaintainabilitywp function not compatible with requires wpFunction "_truncate_post_slug()" requires WordPress 3.6.0, but your plugin minimum supported version is WordPress 3.5.0.176
Category
Maintainability
Occurrences
176
Severity
error

Sample message

Function "_truncate_post_slug()" requires WordPress 3.6.0, but your plugin minimum supported version is WordPress 3.5.0.

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

Sample message

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

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.20
Category
Security
Occurrences
20
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "action_splite_contact_support".13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "action_splite_contact_support".

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

Sample message

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

ERRORI18nMissing Translators CommentA 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.13
Category
I18n
Occurrences
13
Severity
error

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.

ERRORI18nNo Empty StringsThe $text text string should have translatable content. Found: ''12
Category
I18n
Occurrences
12
Severity
error

Sample message

The $text text string should have translatable content. Found: ''

Show 15 more
WARNINGMaintainabilityNon-prefixed hook name10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".

WARNINGMaintainabilityMissing Version8
Category
Maintainability
Occurrences
8
Severity
warning

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.

WARNINGSecurityInput is not sanitized7
Category
Security
Occurrences
7
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET['plugin']

ERRORI18nNon Singular String Literal Text7
Category
I18n
Occurrences
7
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $cta_text

ERRORI18nMissing Arg Domain6
Category
I18n
Occurrences
6
Severity
error

Sample message

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

WARNINGI18nNo Html Wrapped Strings6
Category
I18n
Occurrences
6
Severity
warning

Sample message

Translatable string should not be wrapped in HTML. Found: '<p><strong>We are mostly online at Skype: ak.singla47</strong></p>'

ERRORI18nNon Singular String Literal Domain5
Category
I18n
Occurrences
5
Severity
error

Sample message

The $domain parameter must be a single text string literal. Found: SPLITE_TXT_DOMAIN

WARNINGMaintainabilityNot In Footer4
Category
Maintainability
Occurrences
4
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.

WARNINGPerformancePost Not In exclude4
Category
Performance
Occurrences
4
Severity
warning

Sample message

Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

WARNINGMaintainabilityNon-prefixed class3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

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

ERRORMaintainabilityLocalhost URL found2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

Do not use Localhost/127.0.0.1/*.local in your code. Found: http://127.0.0.1/

ERRORSecurityException output is not escaped2
Category
Security
Occurrences
2
Severity
error

Sample message

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

ERRORSecurityUnsafe printing function2
Category
Security
Occurrences
2
Severity
error

Sample message

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

WARNINGSecuritywp redirect wp redirect2
Category
Security
Occurrences
2
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

ERRORMaintainabilitybadly named files2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

File and folder names must not contain spaces or special characters.

External Connections

Not analyzed yet.

Score History

First score snapshot

v1.7.16

22

Latest

Findings
2,638
Errors
2,322
Warnings
316
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

29 nodes

Related Plugins

DS CF7 Math Captcha

10k+ active installs

100
Email addon for CF7

3k+ active installs

100
100
Style Contact Form 7

1k+ active installs

100