Redirection for Contact Form 7

Redirect to any page or URL, execute scripts after submission, save data to the database, and unlock additional submission actions for Contact Form 7.

v3.2.10ThemeisleUpdated 2026-05-19Added Aug 12, 2017200k+ installs94% rating100% support resolved
27
Score
34
Errors
374
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance96
Maintainability15

Top Issues by Category

maintainability237
1Non Prefixed Variable FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFoundWARNING1322Non Prefixed Hookname FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFoundWARNING413file system operations fwriteWordPress.WP.AlternativeFunctions.file_system_operations_fwriteERROR114No Code FoundInternal.NoCodeFoundWARNING85error log print rWordPress.PHP.DevelopmentFunctions.error_log_print_rWARNING76slow db query meta queryWordPress.DB.SlowDBQuery.slow_db_query_meta_queryWARNING57Non Prefixed Function FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFoundWARNING58rand randWordPress.WP.AlternativeFunctions.rand_randERROR49Direct QueryWordPress.DB.DirectDatabaseQuery.DirectQueryWARNING310No CachingWordPress.DB.DirectDatabaseQuery.NoCachingWARNING311file system operations fcloseWordPress.WP.AlternativeFunctions.file_system_operations_fcloseERROR312missing direct file access protectionmissing_direct_file_access_protectionERROR313Non Prefixed Class FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFoundWARNING214Non Prefixed Constant FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFoundWARNING215file system operations fopenWordPress.WP.AlternativeFunctions.file_system_operations_fopenERROR216update modification detectedupdate_modification_detectedWARNING217wp function not compatible with requires wpwp_function_not_compatible_with_requires_wpERROR218Dynamic Hookname FoundWordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFoundWARNING119file system operations is writableWordPress.WP.AlternativeFunctions.file_system_operations_is_writableERROR1
security158
i18n1

Issues Details

408 issues found in latest scan

WARNING132
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING55
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING41
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'themeisle_sdk_license_process_' . $slug".

WARNING41
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING37
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING22
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

ERROR11
WordPress.WP.AlternativeFunctions.file_system_operations_fwrite

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().

WARNING8
Internal.NoCodeFound

No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.

WARNING7
WordPress.PHP.DevelopmentFunctions.error_log_print_r

print_r() found. Debug code should not normally be used in production.

WARNING5
WordPress.DB.SlowDBQuery.slow_db_query_meta_query

Detected usage of meta_query, possible slow query.

WARNING5
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

ERROR4
WordPress.WP.AlternativeFunctions.rand_rand

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

WARNING3
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING3
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING3
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

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.

ERROR3
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERROR3
missing_direct_file_access_protection

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

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

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

ERROR2
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

WARNING2
update_modification_detected

Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: _site_transient_update_plugins

ERROR2
wp_function_not_compatible_with_requires_wp

Function "utf8_encode()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 5.1.0.

WARNING1
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

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.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound

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

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().

Latest Snapshot

Findings

408

Errors

34

Warnings

374

Score History

First score snapshot

First scan completed Jun 19, 2026

v3.2.10 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v3.2.10

27

Latest

Findings
408
Errors
34
Warnings
374
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins