https://github.com/borgenfalkskott/bs-wp-reset
A reset plugin to make WordPress tight.
https://github.com/borgenfalkskott/bs-wp-reset
wordpress wordpress-plugin
Last synced: about 1 month ago
JSON representation
A reset plugin to make WordPress tight.
- Host: GitHub
- URL: https://github.com/borgenfalkskott/bs-wp-reset
- Owner: borgenfalkskott
- License: mit
- Created: 2021-08-03T22:40:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T16:08:54.000Z (over 4 years ago)
- Last Synced: 2025-05-17T23:47:56.279Z (about 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
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](https://github.com/borgenfalkskott/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
```
composer require borgenfalkskott/bs-wp-reset
```
### Bedrock
Simply add it to `app/mu-plugins/` to have [Bedrock](https://roots.io/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:
```php
// autoloader.php:
```
## 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 to be autoloaded like the example above or by using something like [Bedrock](https://roots.io/bedrock/).
Read more about mu-plugins [here](https://wordpress.org/support/article/must-use-plugins/).
## Support our work
⭐️ Star this repo on [GitHub](https://github.com/borgenfalkskott/bs-wp-reset).
⭐️ Star this package on [Packagist](https://packagist.org/packages/borgenfalkskott/bs-wp-reset).
❤️ Buy me a [coffee](https://github.com/sponsors/borgenfalkskott).