WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Non-prefixed global variable

The plugin defines a global variable without a plugin-specific prefix.

medium weight

Why It Shows Up

WordPress loads many plugins in the same PHP runtime. Plugin Check found a global symbol or hook name that is not clearly namespaced to this plugin.

Why It Matters

Unprefixed globals can collide with WordPress core, themes, or other plugins, causing fatal errors, overwritten values, or handlers running in the wrong context.

How to Fix

  • Choose a short, unique prefix or namespace based on the plugin slug or vendor name.
  • Rename the global variable so it cannot collide with code from another plugin.
  • For public hooks, document the final hook name and keep it stable after release.

Affected Plugins

RankPluginScoreErrorsWarningsInstallsAddedUpdatedTop Issue
#3201Attributes for Blocks99144k+Non-prefixed hook name
#3202Blaze Ads – Fully Integrated Ads Solution99127k+Non-prefixed global variable
#3203Disable Gutenberg Autosave99142k+trademarked term
#3204Hover Effects – easily create any hover effect9998k+Non-prefixed global variable
#3205HTML5 Video Player – Embed and Play Videos in Custom Player99520k+Non-prefixed global variable
#3206Layouts for Divi99141k+Non-prefixed global variable
#3207Payment Gateways by User Roles for WooCommerce99173k+Non-prefixed hook name
#3208Portugal States (Distritos) for WooCommerce9975k+Non-prefixed function
#3209RT Mega Menu – Mega Menu Builder for Elementor & Gutenberg9978k+Non-prefixed global variable
#3210GutSlider – All in One Slider and Carousel Blocks for Gutenberg9995k+Non-prefixed global variable
#3211Snow Monkey Editor992330k+Non-prefixed global variable
#3212Social Media Feather99410k+Non-prefixed constant
#3213Speculative Loading99770k+Non-prefixed global variable
#3214TextBulker (IA Redaction)99122k+Discouraged text-domain loading
#3215Upload Larger Plugins9956k+trademarked term
#3216VS Meta Description99133k+Direct Query
#3217Video Gallery Block9931k+Non-prefixed function
#3218Free WooCommerce Products Slider/Carousel Pro99112k+Non-prefixed global variable
#3219Button Block – Design Stylish, Interactive, and Multi-Functional Buttons10025k+Non-prefixed global variable
#3220Document Embedder – Embed PDFs, Word, Excel, and Other Files10029k+Non-prefixed function