WP Manifestindependent plugin directory
manifest / editor / wp-editor-tools

Boxuk Editor Tools

WordPress Editor Tools

by BoxUK · github.com/boxuk/wp-editor-tools

0stars
12kcomposer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/boxuk/wp-editor-tools/archive/refs/heads/main.zip

Also on Packagist as boxuk/wp-editor-tools:

composer require boxuk/wp-editor-tools

From the readme

Box UK WordPress Editor Tools 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!

Read the full README on GitHub →