webdeveric/wordpress-install-fixer

Various fixes for subfolder installs of WordPress

Maintainers

Package info

github.com/webdeveric/wordpress-install-fixer

Type:composer-plugin

pkg:composer/webdeveric/wordpress-install-fixer

Fund package maintenance!

webdeveric

Statistics

Installs: 29

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

3.0.0 2026-03-04 16:18 UTC

This package is auto-updated.

Last update: 2026-03-04 16:19:50 UTC


README

This Composer plugin is used to fix some things when installing WordPress in a subfolder.

Installation

composer require webdeveric/wordpress-install-fixer

Requirements

  • Use Composer to manage dependencies, including WP core.
  • PHP 8+

Local development

  1. Clone this repo
  2. Run composer setup-hooks to add a pre-commit hook, which checks code and runs tests