PixelYourSite – Your smart PIXEL (TAG) & API Manager

Add Meta Pixel with Conversion API, Google Analytics (GA4) + Consent Mode, Google Tag Manager, and Head & Footer scripts.

v11.2.0.7PixelYourSiteUpdated Added 500k+ installs86% rating33% support resolved
24
Score
1,160
Errors
2,407
Warnings
+0
Change

Category Scores

Security0
Repo91
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

3,567 findings

Maintainability

2,102

11 issue groups

Security

1,020

10 issue groups

I18n

365

4 issue groups

WARNINGMaintainabilityNon Prefixed Namespace FoundNamespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "PYS_PRO_GLOBAL".1,476
Category
Maintainability
Occurrences
1,476
Severity
warning

Sample message

Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "PYS_PRO_GLOBAL".

WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activeFormPlugin".334
Category
Maintainability
Occurrences
334
Severity
warning

Sample message

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

ERRORI18nText Domain MismatchMismatched text domain. Expected 'pixelyoursite' but got 'easy-digital-downloads'.307
Category
I18n
Occurrences
307
Severity
error

Sample message

Mismatched text domain. Expected 'pixelyoursite' but got 'easy-digital-downloads'.

ERRORSecurityUnsafe Printing FunctionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.290
Category
Security
Occurrences
290
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 '"<script type='application/javascript' id='pys-bing-version-incompatible'>console.warn('You are using incompatible version of PixelYourSite Bing Add-On. PixelYourSite PRO requires at least PixelYourSite Bing Add-On $minVersion. Please, update to latest version.');</script>\r\n"'.226
Category
Security
Occurrences
226
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<script type='application/javascript' id='pys-bing-version-incompatible'>console.warn('You are using incompatible version of PixelYourSite Bing Add-On. PixelYourSite PRO requires at least PixelYourSite Bing Add-On $minVersion. Please, update to latest version.');</script>\r\n"'.

ERRORSecurityException Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"A '{$key}' key is required"'.121
Category
Security
Occurrences
121
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"A '{$key}' key is required"'.

WARNINGSecurityMissing Unslash$_COOKIE[$pbidCookieName] not unslashed before sanitization. Use wp_unslash() or similar121
Category
Security
Occurrences
121
Severity
warning

Sample message

$_COOKIE[$pbidCookieName] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_COOKIE[$pbidCookieName]113
Category
Security
Occurrences
113
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_COOKIE[$pbidCookieName]

WARNINGMaintainabilityNon Prefixed Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;pys_admin_&#039; . getCurrentAdminPage()&quot;.108
Category
Maintainability
Occurrences
108
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;pys_admin_&#039; . getCurrentAdminPage()&quot;.

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

Sample message

Processing form data without nonce verification.

Show 15 more
ERRORMaintainabilityEcho Found85
Category
Maintainability
Occurrences
85
Severity
error

Sample message

Short PHP opening tag used with echo; expected "<?php echo ! ..." but found "<?= ! ..."

WARNINGSecurityMissing26
Category
Security
Occurrences
26
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORI18nMissing Arg Domain24
Category
I18n
Occurrences
24
Severity
error

Sample message

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

ERRORI18nNon Singular String Literal Text24
Category
I18n
Occurrences
24
Severity
error

Sample message

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

WARNINGMaintainabilityNo Caching20
Category
Maintainability
Occurrences
20
Severity
warning

Sample message

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

WARNINGMaintainabilityDirect Query18
Category
Maintainability
Occurrences
18
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNon Prefixed Constant Found15
Category
Maintainability
Occurrences
15
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_CHMOD_FILE&quot;.

WARNINGMaintainabilityerror log trigger error13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

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

WARNINGSecurityInput Not Validated13
Category
Security
Occurrences
13
Severity
warning

Sample message

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

ERRORMaintainabilitymissing direct file access protection13
Category
Maintainability
Occurrences
13
Severity
error

Sample message

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

WARNINGMaintainabilityerror log error log11
Category
Maintainability
Occurrences
11
Severity
warning

Sample message

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

ERRORI18nMissing Translators Comment10
Category
I18n
Occurrences
10
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.

WARNINGSecurityUnescaped DBParameter9
Category
Security
Occurrences
9
Severity
warning

Sample message

Unescaped parameter $table used in $wpdb-&gt;get_row()\n$table assigned unsafely at line 208.

ERRORMaintainabilityrand rand9
Category
Maintainability
Occurrences
9
Severity
error

Sample message

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

ERRORSecurityNot Prepared7
Category
Security
Occurrences
7
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $delete_ids

Score History

First score snapshot

v11.2.0.7

24

Latest

Findings
3,567
Errors
1,160
Warnings
2,407
Check
2.0.0

Related Plugins