webdeveric/wordpress-install-fixer

Various fixes for subfolder installs of WordPress

Fund package maintenance!
webdeveric

Installs: 16

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:composer-plugin

2.0.0 2024-03-01 03:29 UTC

This package is auto-updated.

Last update: 2024-05-08 14:01:07 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