ouun/ms-url-fixer

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

Installs: 1 672

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 18

Type:wordpress-muplugin

v1.0.0 2020-08-25 11:14 UTC

This package is auto-updated.

Last update: 2024-03-25 19:36:32 UTC


README

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

This fork allows renaming the default /wp folder via defining WP_INSTALL_DIR.

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!