Skip to content
VS Code

wordpress privacy lint for VS Code

io.github.jmshinhwa/wordpress-privacy-lint

Finds the 12 author-side privacy duties your plugin PHP breaks, with the article and the fix on ever

client:VS Code transport:stdio runtime:npm

Install wordpress privacy lint in VS Code

.vscode/mcp.json

{
  "servers": {
    "wordpress-privacy-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/wordpress-privacy-lint"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

wordpress privacy lint in other clients