tombonez/multisite-url-fixer

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

Installs: 515

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 19

Type:wordpress-muplugin

1.0.0 2023-12-02 08:04 UTC

This package is auto-updated.

Last update: 2024-10-31 00:34:34 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 /cms/ is in the URL. (This is necessary for admin panel links because Bedrock installs WordPress in a subfolder.)

Many thanks to @felixarntz for the original code!