WordPress.WP.DiscouragedConstants.MUPLUGINDIRUsageFound

Discouraged WordPress constant usage: MUPLUGINDIR

The plugin uses a PHP or WordPress pattern that coding standards discourage.

medium weight

Why It Shows Up

Plugin Check found a discouraged function, forbidden function, goto, backtick operator, or similar construct.

Why It Matters

Discouraged patterns are often harder to review, less portable across hosts, or easier to misuse securely.

How to Fix

  • Identify why the construct is used and whether WordPress provides a safer API.
  • Replace shell execution, dynamic execution, or broad forbidden functions with constrained WordPress APIs.
  • If a third-party library triggers the warning, isolate and document it.

Affected Plugins

RankPluginScoreErrorsWarningsInstallsAddedUpdatedTop Issue
#1SecuPress with Simple SSL – Simple and Performant Security231,6961,59040k+Non-prefixed global variable
#2WPeMatico RSS Feed Fetcher241,37858710k+Output is not escaped
#3Unfiltered MU96523k+Discouraged WordPress constant usage: MUPLUGINDIR