WooCommerce blocks for the gutenberg editor
Does the plugin have any requirements?
A list of features.
Any hooks exposed?
// Load recaptcha script.
add_filter('gravityforms-timber/options', function ($options) {
$options['recaptcha'] = true;
});
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
npm run translate