BoothZen
Official WordPress plugin for BoothZen photo booth booking platform
by BoothZen · github.com/leeashcroft6126/boothzen-wordpress-plugin · website
★ 0stars
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/leeashcroft6126/boothzen-wordpress-plugin/archive/refs/heads/main.zipBoothZen for WordPress
Official WordPress plugin for BoothZen — embed photo booth booking widgets in any WordPress site.
Released under GPL-2.0-or-later.
Installation
Download the latest boothzen.zip from Releases or install from the WordPress.org plugin directory (pending listing).
Quick Start
- Activate the plugin.
- Settings -> BoothZen -> paste your API key.
- Use a Gutenberg block (
BoothZen Availability, etc.) or shortcode ([boothzen-availability]) in any post.
Development
npm install
npm run build # compile blocks
npm run lint:js # lint JavaScript
composer install
./vendor/bin/phpunit # run PHP tests
./vendor/bin/phpcs # WordPress Coding Standards
CI
Every push triggers Plugin Check + PHPCS + JS unit tests via GitHub Actions.
License
GPL-2.0-or-later.