Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 431 Bytes

readme.md

File metadata and controls

17 lines (10 loc) · 431 Bytes

Wordpress Install Fixer

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

Installation

composer require lplabs/wordpress-install-fixer

Requirements

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

Local development

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