B&S WordPress Reset
A reset plugin to make WordPress tight.
by Borgenfalk & Skott · github.com/borgenfalkskott/bs-wp-reset · website
★ 2stars
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/borgenfalkskott/bs-wp-reset/archive/refs/heads/main.zipFrom the readme
bs-wp-reset
A reset plugin to make WordPress tight.
What does this mu-plugin do?
Disabling:
- File editing
- Wp version in meta
- XML-RPC
- RSS meta
- Admin bar
- Wp Emojis
Login page
- Wp logo links to start page
- Wp logo alt text
- Login error message is more secure
This plugin does no longer disable jQuery
To disable jQuery on the frontend, please install: bs-wp-no-jquery
We wanted to separate the disabling of jQuery to it's own plugin, cause sometimes a third party plugin has it as a dependency. In that case, you can still use this plugin and if you don't need jQuery, you can install B&S Wp No jQuery!
Install
Composer
Bedrock
Simply add it to app/mu-plugins/ to have Bedrock autoload it.
Vanilla WordPress
If you are not using Bedrock, simply add an autoloader file in wp-content/mu-plugins/ like this, to have WordPress run this plugin:
What is a mu-plugin?
Nowadays it stands for "must use plugin", meaning that it is activated automatically by just adding it to the /wp-content/mu-plugins folder.
Single file mu-plugins that sits directly inside the mu-plugins folder, are loaded automatically by WordPress.
For mu-plugins that live inside a subfolder, they need t