owlsdepartment/multisite-url-fixer

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

Maintainers

Package info

github.com/owlsdepartment/multisite-url-fixer

Homepage

Type:wordpress-muplugin

pkg:composer/owlsdepartment/multisite-url-fixer

Statistics

Installs: 9 516

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 0

dev-main 2022-12-20 16:27 UTC

This package is auto-updated.

Last update: 2026-02-20 23:40:57 UTC


README

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!