OpenTime is a powerful WordPress plugin designed to manage establishment opening hours with a focus on gender-specific slots. Ideally suited for gyms, spas, community centers, or religious institutions that require distinct schedules for Men and Women, OpenTime also provides a robust REST API for seamless external integration.
- Gender-Specific Schedules: Define separate opening hours for Men and Women easily.
- Smart Status Widget: specific
[opentime_status]shortcode that displays current status and the next upcoming opening slot. - REST API Support: Native WP REST API endpoints for building mobile apps or external displays.
- optimized: Lightweight and cache-friendly.
- Download the latest release
.zip. - Upload to your WordPress plugins directory (
/wp-content/plugins/). - Activate via the Plugins menu.
- Configure your schedule under Settings > OpenTime.
Display the status widget anywhere on your site:
[opentime_status gender="all"]
Attributes:
gender:men,women, orall(default).
Fetch current status programmatically:
GET /wp-json/opentime/v1/status
Parameters:
gender:menorwomen(optional).
Jonathan Dahan
This project is licensed under the GPLv2 or later.