boxuk / wp-editor-tools
Installs: 3 271
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- symfony/validator: ^7.0 || ^6.0
Requires (Dev)
- 10up/wp_mock: ^1.0
- automattic/vipwpcs: ^3.0
- szepeviktor/phpstan-wordpress: ^1.3
README
A collection of tools for modifying the WordPress Editor.
Quick Start!
All the tools load automatically if you've installed this as a plugin to your WordPress site. If not, you can use each class as needed.
There's more options for each tool, so checkout the links below:
Features
- Asset Loader - help load assets generated by wp-scripts.
- Block Loader - auto-loads blocks to the editor.
- Comment Disablement - disables comments.
- Editor Cleanup - removes some unnecessary bits from the block editor.
- Post Type Registrations - speeds up post-type registration with a single JSON file.
- Template Persistence - speeds up template modifications by saving to disk instead of the database.
- Security - Adds security hardening.
Contributing
Please do not submit any Pull Requests here. They will be closed.
Please submit your PR here instead: https://github.com/boxuk/wp-packages
This repository is what we call a "subtree split": a read-only subset of that main repository. We're looking forward to your PR there!