retlehs/kinsta-mu-plugins
Composer 安装命令:
composer require retlehs/kinsta-mu-plugins
包简介
README 文档
README
A simple mirror of the official Kinsta Mu Plugin with added Composer/Bedrock support.
Note
Kinsta now includes Composer installation instructions in their official docs. However, this package is still useful as it supports versioning, allowing you to pin specific releases in your composer.json.
For latest version/info please see the official Kinsta MU Plugin page.
Installing with Composer
composer require retlehs/kinsta-mu-plugins
White label
Enabling white labeling will change the following elements in the WordPress dashboard:
- The branded Kinsta Cache sidebar link will be changed to an unbranded Cache Settings link.
- The Thanks for creating with WordPress and hosting with Kinsta message near the bottom of the dashboard will be replaced with Thank you for creating with WordPress.
- The Kinsta logo on the Cache Control page will be removed or replaced with an image of your choice.
- The links to Kinsta documentation and support will be removed.
define('KINSTAMU_WHITELABEL', true); define('KINSTAMU_LOGO', 'https://mylogo.com/mylogo.jpg');
For more info, refer to the official docs here
Bedrock + Kinsta
The following constants may be required to fix issues with CDN paths + shared plugin asset URLs.
/** * Kinsta CDN fix for Bedrock */ Config::define('KINSTA_CDN_USERDIRS', 'app'); /** * Fix Kinsta MU Plugins URL path with Bedrock */ $mu_plugins_url = Config::get('WP_CONTENT_URL') . '/mu-plugins'; Config::define('KINSTAMU_CUSTOM_MUPLUGIN_URL', "{$mu_plugins_url}/kinsta-mu-plugins");
Changelog
retlehs/kinsta-mu-plugins 适用场景与选型建议
retlehs/kinsta-mu-plugins 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 702 次下载、GitHub Stars 达 12, 最近一次更新时间为 2026 年 05 月 22 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 retlehs/kinsta-mu-plugins 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 retlehs/kinsta-mu-plugins 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 702
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 10
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2026-05-22