Mu-Plugins¶
Must-use plugins are always active and cannot be deactivated from WP Admin.
Project Mu-Plugins¶
Custom plugins committed to the repository.
| Plugin | Description | Version |
|---|---|---|
| ACF Field Groups | Registers ACF field groups for content CPTs. | 1.0.0 |
| AI Translation for Polylang | Translates pages, landing pages, taxonomies, and strings via OpenAI or Claude API. | 1.0.0 |
| Author Profiles | Extends WordPress user profiles with author credentials and social links for E-E-A-T author bio patterns. Must-use plugin — always active, version-controlled. | 1.0.0 |
| Content Types | Registers custom post types and taxonomies for the Tinnitus site. | 1.0.0 |
| cornerstone-redirect.php | ||
| Internal Linker | AI-powered internal link suggestions using Claude API with domain-aware prompting. | 1.0.0 |
| performance-hints.php | ||
| Relevanssi FSE Compatibility | Ensures Relevanssi functions correctly within the FSE block theme. | 1.0.0 |
| security-hardening.php | ||
| Tinnitus CORS Headers | Adds CORS headers to REST API responses for allowed origins. | 1.0.0 |
| Tinnitus Custom Blocks | Auto-registers server-rendered Gutenberg blocks from subdirectories. | 1.0.0 |
| Tinnitus Polylang Customizations | Programmatic language setup, options sync, and hreflang tweaks for the tinnitus site. | 1.0.0 |
| Tinnitus Rank Math Polylang Compatibility | Bridges Rank Math SEO and Polylang Pro — sitemap language filtering, option translation, canonical URLs. | 1.0.0 |
| Tinnitus REST API | Custom REST API namespace /tinnitus/v1/ for the Flutter app. | 1.0.0 |
Vendored / Platform¶
Composer-managed plugins (gitignored).
| Plugin | Description | Version |
|---|---|---|
| Bedrock Autoloader | An autoloader that enables standard plugins to be required just like must-use plugins. The autoloaded plugins are included during mu-plugin loading. An asterisk ( ) next to the name of the plugin designates the plugins that have been autoloaded. |