Arena Scheduler
Arena Scheduler

Arena Scheduler

0/5 (0 ratings) — active installs Updated Sep 18, 2026
Screenshot 1

An easy and professional way to organize and schedule arena activities.

Usage

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.

External Resources

This plugin utilizes the following external resources:

  • Google Fonts: The “Inter” font is loaded from Google Fonts to enhance the visual presentation of the plugin’s user interface. The font is licensed under the SIL Open Font License, which is GPL-compatible.

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.

Developer Information

Does this plugin include a React app?

Yes. The release package includes both the compiled React app and its source code.

Where can I find the React app 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:

  1. Change to the /public/app/ directory.
  2. Install the necessary dependencies: npm install
  3. Make your changes in the /public/app/src/ directory.
  4. Run the build command: npm run build
  5. The compiled assets are generated under /public/app/build/ and automatically copied to /public/build/ for inclusion in the plugin release.