https://github.com/borgenfalkskott/bs-guten-woo
Enable the gutenberg editor for your WooCommerce products.
https://github.com/borgenfalkskott/bs-guten-woo
gutenberg gutenberg-plugin woocommerce-plugin wordpress wordpress-plugin
Last synced: about 1 month ago
JSON representation
Enable the gutenberg editor for your WooCommerce products.
- Host: GitHub
- URL: https://github.com/borgenfalkskott/bs-guten-woo
- Owner: borgenfalkskott
- License: mit
- Created: 2021-08-18T22:31:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T12:36:08.000Z (almost 5 years ago)
- Last Synced: 2025-10-06T23:58:13.118Z (9 months ago)
- Topics: gutenberg, gutenberg-plugin, woocommerce-plugin, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# B&S - Guten Woo
Enable the gutenberg editor for your WooCommerce products.
## What does this mu-plugin do?
- Enabling the Gutenberg editor for your Woo products
- Disabling ALL tabs on single product page, to give space for gutenberg content
- Disabling description heading on single product page
## Install
### Composer
```
composer require borgenfalkskott/bs-guten-woo
```
### 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-guten-woo).
⭐️ Star this package on [Packagist](https://packagist.org/packages/borgenfalkskott/bs-guten-woo).
❤️ Buy me a [coffee](https://github.com/sponsors/borgenfalkskott).