lyfter/multisite-url-fixer

Fixes WordPress issues with home and site URL on multisite when using Bedrock

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 24

Open Issues: 0

Type:wordpress-muplugin

1.0.0 2025-07-11 08:01 UTC

This package is auto-updated.

Last update: 2025-07-11 09:14:41 UTC


README

Project Status: Active – The project has reached a stable, usable state and is being actively developed.

Lyfter forked the original repository and intends to update and adapt the code if needed.
So far the original code works as intended for us.

A WordPress plugin to fix admin links due to the Bedrock url changes. See this issue for more background.

Note: This plugin does not affect the paths for other stylesheets or plugins, just the URLs for sites using Bedrock. Specifically, it fixes broken links by ensuring that /wp/ is in the URL. (This is needed for admin panel links because Bedrock installs WordPress in a subfolder.)

Many thanks to @felixarntz for the original code!