retlehs/kinsta-mu-plugins

There is no license information available for the latest version (3.5.1.1) of this package.

Maintainers

Package info

github.com/retlehs/kinsta-mu-plugins

Type:wordpress-muplugin

pkg:composer/retlehs/kinsta-mu-plugins

Statistics

Installs: 1

Dependents: 1

Suggesters: 0

Stars: 11

Open Issues: 0

3.5.1.1 2026-05-22 18:11 UTC

This package is auto-updated.

Last update: 2026-05-22 18:20:31 UTC


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:

  1. The branded Kinsta Cache sidebar link will be changed to an unbranded Cache Settings link.
  2. 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.
  3. The Kinsta logo on the Cache Control page will be removed or replaced with an image of your choice.
  4. 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

https://kinsta.com/changelog/mu-plugin-changelog/