Zero bloat. Pure performance.
Standalone WordPress plugins for developers who read the source. No tracking, no license keys, no upsell screens. Install what you need with Composer, and nothing else comes along with it.
lwplugins.com · Documentation · Manifesto · Packagist
Each one ships alone. No shared framework to install, no cross-dependencies to untangle — remove any of them and the rest keep working exactly as before.
| Package | Description | Status | Version | PHP | Docs | |
|---|---|---|---|---|---|---|
| LW Cookie | GDPR-compliant cookie consent banner. | 1.7.5 | 8.2+ | Docs | ||
| LW Disable | Disable WordPress features like comments. | 1.3.8 | 8.2+ | Docs | ||
| LW Enable | Enable WordPress features: SVG uploads and more. | 1.0.14 | 8.2+ | Docs | ||
| LW Firewall | Rate limiting, bot blocking, IP bans and security headers. | 1.5.8 | 8.2+ | Docs | ||
| LW Pixel | Tracking pixels: Meta, GA4, Ads, GTM, TikTok, Pinterest, Bing, Reddit, Snapchat, X. | 1.2.3 | 8.2+ | — | ||
| LW SEO | Essential SEO features without the bloat. | 1.5.1 | 8.2+ | Docs | ||
| LW Site Manager | Site maintenance via AI/REST using Abilities API. | 1.4.3 | 8.2+ | Docs | ||
| LW ZenAdmin | Clean up your admin — notices sidebar & widget manager. | 1.3.2 | 8.0+ | Docs | ||
| LW Img | Lightweight image optimization — auto-convert uploads to WebP via HelloImg. | 1.9.4 | 8.0+ | Docs | ||
| LW LMS | Courses, lessons, and progress tracking. | 1.8.1 | 8.2+ | Docs | ||
| LW Translate | Manage WordPress translations from community repositories. | 1.1.2 | 8.0+ | Docs |
Every package installs the same way:
composer require lwplugins/<package>
wp plugin activate <package>All LW packages share one LW Plugins admin menu, no matter how many you install.
Prefer a ZIP? Take it from the package's Releases page, not the green Code → Download ZIP button — that one gives you the whole repository under a folder name WordPress will not recognise as the same plugin on update.
- No bloat — no onboarding wizards, no upsell screens, no dashboard widgets you did not ask for. The settings page is a form.
- No telemetry — no tracking, no phone-home license checks, no analytics beacons. Nothing leaves the site unless you wire it up yourself.
- Modular — every package stands alone. They share one admin menu when installed together, and nothing else.
- Readable — strict types, PSR-4 autoloading, WordPress Coding Standards, PHPStan level 5. Small enough to audit before you install it.
Every package ships its own readme.txt, CHANGELOG.md and hook reference. Issues and pull requests go to the package's repository — there is no support portal, no ticket queue and no paid tier behind it.
Supported by Sinann.
Open source under GPL-2.0-or-later.