Head Meta Data

Adds a custom set of tags to the section of all posts & pages.

v20260421Jeff StarrUpdated 2026-04-21Added Nov 14, 201210k+ installs96% rating
55
Score
19
Errors
42
Warnings
+0
Change

Category Scores

Security24
Repo100
Performance100
Maintainability86

Top Issues by Category

Issues Details

61 issues found in latest scan

WARNING30
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

ERROR17
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING4
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

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
PluginCheck.CodeAnalysis.ShortURL.Found

Short URL detected (bit.ly). Use full URLs instead of URL shorteners.

ERROR1
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING1
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.

WARNING1
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['dismiss-notice-verify']

WARNING1
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['dismiss-notice-verify'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR1
missing_direct_file_access_protection

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

Latest Snapshot

Findings

61

Errors

19

Warnings

42

Score History

First score snapshot

First scan completed Jun 20, 2026

v20260421 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v20260421

55

Latest

Findings
61
Errors
19
Warnings
42
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins