Pattern Wrangler is a tool to get your WordPress patterns under control, whether that means hiding core and remote patterns or mapping pattern categories.
The latest version can be found on WordPress.org.
- Docs and Features.
- Create an Issue or Feature Request.
- Leave a Support Request.
- Visit the Plugin's Marketing Page.
- Clone the
main
branch locally. - Run
npm install
to install the development scripts. - Run
npm run start
to start the build scripts. - Run
npm run build
to do a production build. - Run
grunt
to create a plugin ZIP file.
Perform a Pull Request against the main
branch.