Skip to content

generoi/wp-genero-woocommerce-blocks

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •