Template Kit – Import

Use this plugin to import Template Kits to WordPress

v1.0.16envatoUpdated 2024-08-01Added Jan 9, 2020400k+ installs68% rating
77
Score
41
Errors
60
Warnings
+0
Change

Category Scores

Security67
Repo94
Performance100
Maintainability78

Top Issues by Category

Issues Details

101 issues found in latest scan

WARNING45
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR32
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'template-kit-import' but got 'template-kit-export'.

WARNING4
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR4
WordPress.WP.I18n.MissingArgDomain

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

WARNING3
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

WARNING3
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING2
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

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.

ERROR1
WordPress.WP.AlternativeFunctions.parse_url_parse_url

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

ERROR1
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

WARNING1
WordPress.WP.EnqueuedResourceParameters.NotInFooter

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.

ERROR1
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: ' - Version ' . $required_plugin['version'] . ' (' . ( ! empty( $required_plugin['author'] ) ? $required_plugin['author'] . ' / ' : '' ) . $required_plugin['file'] . ')'

WARNING1
mismatched_plugin_name

Plugin name "Template Kit - Import" is different from the name declared in plugin header "Template Kit Import".

ERROR1
missing_direct_file_access_protection

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

ERROR1
outdated_tested_upto_header

Tested up to: 6.4 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

Latest Snapshot

Findings

101

Errors

41

Warnings

60

Score History

First score snapshot

First scan completed Jun 19, 2026

v1.0.16 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v1.0.16

77

Latest

Findings
101
Errors
41
Warnings
60
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins