

An easy and professional way to organize and schedule arena activities.
To display the arena scheduler on a page or post, use the following shortcode:
[arena_scheduler_view_calendar]
Simply add this shortcode to any page or post where you want the scheduler to appear.
This plugin utilizes the following external resources:
If you have concerns about loading resources from external servers, consider modifying the plugin to use locally hosted versions of these files or contact us for assistance.
Yes. The release package includes both the compiled React app and its source code.
The React source code is included under:
/public/app/Development dependencies are not bundled and are installed locally when needed.
To modify and rebuild the React app from the extracted plugin package:
/public/app/ directory.npm install/public/app/src/ directory.npm run build/public/app/build/ and automatically copied to /public/build/ for inclusion in the plugin release.