WP Manifestindependent plugin directory
manifest / ecommerce / wp-genero-woocommerce-blocks

Gutenberg WooCommerce blocks

WooCommerce blocks for the gutenberg editor

by Genero · github.com/generoi/wp-genero-woocommerce-blocks · website

1stars
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/generoi/wp-genero-woocommerce-blocks/archive/refs/heads/master.zip

Readme

wp-genero-woocommerce-blocks

WooCommerce blocks for the gutenberg editor

Requirements

Does the plugin have any requirements?

Features

A list of features.

API

Any hooks exposed?

// Load recaptcha script.
add_filter('gravityforms-timber/options', function ($options) {
  $options['recaptcha'] = true;
});

Development

Install dependencies

composer install
npm install

Run the tests

npm run test

Build assets

# Minified assets which are to be committed to git
npm run production

# Watch for changes and re-compile while developing the plugin
npm run watch

Translations

npm run translate

Read the full README on GitHub →

Releases

TagPublished
v0.1.0 Jul 24, 2025

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.