A WordPress plugin for managing community events with support for recurring schedules, service body integration, and email notifications.
See readme.txt for full plugin documentation.
- PHP 8.2+
- Node.js
- Composer
composer install
npm install
npm run build| Command | Description |
|---|---|
make lint |
Run PHP CodeSniffer |
make fmt |
Auto-fix PHP linting issues |
make test |
Run PHPUnit tests |
make coverage |
Run tests with code coverage |
npm run build |
Build production JS bundles |
npm run dev |
Build with watch mode |
Tests use Brain Monkey to mock WordPress functions, allowing fast unit tests without a WordPress installation.
make testGPLv2 or later