A boilerplate WordPress plugin
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 build:production
# Watch for changes and re-compile while developing the plugin
npm run start
wp i18n make-pot . languages/wp-plugin-boilerplate.pot
wp i18n make-mo languages/