HeadSpace2 SEO

Controls almost every aspect of your site's meta-data, including advanced tagging, Analytics, and dozens of plugins. The best WordPress SEO solu …

v3.6.41John GodleyUpdated Added 3k+ installs82% rating
22
Score
940
Errors
360
Warnings
+0
Change

Category Scores

Security0
Repo80
Performance98
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,300 findings

Security

606

7 issue groups

I18n

457

3 issue groups

Maintainability

204

15 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'headspace2' but got 'headspace'.430
Category
I18n
Occurrences
430
Severity
error

Sample message

Mismatched text domain. Expected 'headspace2' but got 'headspace'.

ERRORSecurityUnsafe Printing FunctionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.229
Category
Security
Occurrences
229
Severity
error

Sample message

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

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<p>Rendering of admin template {$this->plugin_base}/view/admin/$ug_name.php failed</p>"'.198
Category
Security
Occurrences
198
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<p>Rendering of admin template {$this->plugin_base}/view/admin/$ug_name.php failed</p>"'.

WARNINGMaintainabilityNon Prefixed Class FoundClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;HSM_Custom&quot;.63
Category
Maintainability
Occurrences
63
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;HSM_Custom&quot;.

WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_COOKIE[&#039;hs_first_time&#039;]46
Category
Security
Occurrences
46
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_COOKIE[&#039;hs_first_time&#039;]

WARNINGSecurityMissing Unslash$_COOKIE[&#039;hs_first_time&#039;] not unslashed before sanitization. Use wp_unslash() or similar46
Category
Security
Occurrences
46
Severity
warning

Sample message

$_COOKIE[&#039;hs_first_time&#039;] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityInput Not ValidatedDetected usage of a possibly undefined superglobal array index: $_GET[&#039;id&#039;]. Check that the array index exists before using it.43
Category
Security
Occurrences
43
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_GET[&#039;id&#039;]. Check that the array index exists before using it.

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.36
Category
Maintainability
Occurrences
36
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().35
Category
Maintainability
Occurrences
35
Severity
warning

Sample message

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

WARNINGSecurityRecommendedProcessing form data without nonce verification.31
Category
Security
Occurrences
31
Severity
warning

Sample message

Processing form data without nonce verification.

Show 15 more issue groups
ERRORI18nMissing Arg Domain18
Category
I18n
Occurrences
18
Severity
error

Sample message

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

WARNINGSecurityMissing13
Category
Security
Occurrences
13
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon Prefixed Variable Found12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$detail&quot;.

ERRORMaintainabilitystrip tags strip tags9
Category
Maintainability
Occurrences
9
Severity
error

Sample message

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

ERRORI18nMissing Translators Comment9
Category
I18n
Occurrences
9
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.

ERRORMaintainabilitymissing direct file access protection9
Category
Maintainability
Occurrences
9
Severity
error

Sample message

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

ERRORMaintainabilityNon Enqueued Script8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

Scripts must be registered/enqueued via wp_enqueue_script()

ERRORMaintainabilitydate date5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

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

ERRORMaintainabilitycurl curl setopt5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

WARNINGMaintainabilityscreen icon Found5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

screen_icon() has been deprecated since WordPress version 3.8.0.

WARNINGMaintainabilityNon Prefixed Function Found4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;hs_child_headspace_doctitle&quot;.

WARNINGMaintainabilityNon Prefixed Hookname Found4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;excerpt_length&quot;.

WARNINGMaintainabilityprevent path disclosure error reporting3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

error_reporting() can lead to full path disclosure.

WARNINGMaintainabilityNot In Footer3
Category
Maintainability
Occurrences
3
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.

ERRORMaintainabilitywp function not compatible with requires wp3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

Function "mb_substr()" requires WordPress 3.2.0, but your plugin minimum supported version is WordPress 3.0.0.

Score History

First score snapshot

First scan
Jun 21, 2026, 10:05 AM UTC
Plugin version
v3.6.41
Plugin Check
2.0.0
Scoring model
2026.06-mvp-static-v2
Scan records1

v3.6.41

22

Latest

Findings
1,300
Errors
940
Warnings
360
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins

noindex SEO

3k+ active installs

100
Pages with category and tag

60k+ active installs

100
99
Header and Footer Scripts

200k+ active installs

99
ShopWriter Lite

0 active installs

99