Title: WhenPilot
Author: Helene Groenberg
Published: <strong>જૂન 12, 2026</strong>
Last modified: જૂન 12, 2026

---

પ્લગીન શોધો

![](https://ps.w.org/whenpilot/assets/banner-772x250.png?rev=3570515)

![](https://ps.w.org/whenpilot/assets/icon-256x256.png?rev=3570515)

# WhenPilot

 [Helene Groenberg](https://profiles.wordpress.org/helenegr1989/) દ્વારા

[ડાઉનલોડ](https://downloads.wordpress.org/plugin/whenpilot.1.0.4.zip)

 * [વિગતો](https://gu.wordpress.org/plugins/whenpilot/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/whenpilot/#reviews)
 *  [સ્થાપન](https://gu.wordpress.org/plugins/whenpilot/#installation)
 * [ડેવલપમેન્ટ](https://gu.wordpress.org/plugins/whenpilot/#developers)

 [સપોર્ટ](https://wordpress.org/support/plugin/whenpilot/)

## વર્ણન

WhenPilot is a lightweight appointment booking plugin for small businesses — salons,
clinics, consultants, tutors. Everything stays on your own site; there is no third-
party booking service.

**Features**

 * Define **services** (name, duration, optional price, description).
 * Set your **weekly opening hours** in a simple text format (e.g. `Mo-Fr 09:00-
   17:00`).
 * Visitors book with the `[whenpilot]` shortcode: pick a service, a date, and a**
   free time slot** computed from your hours and existing bookings.
 * **Double-booking prevention**: slots are re-validated on the server before saving,
   with a configurable capacity (e.g. number of staff).
 * **Admin inbox**: see upcoming/pending/confirmed/cancelled bookings, confirm, 
   cancel or delete.
 * **Email confirmations** to the customer and a notification to you, plus emails
   when you confirm or cancel.
 * Configurable lead time, how far ahead people can book, currency label and an 
   optional auto-confirm.
 * Uses your site’s timezone. Works with any theme.

**Usage:** create a page, add the shortcode `[whenpilot]`, and publish.

All features described above are fully functional in this plugin — no time limits,
no usage caps, no locked options. WhenPilot does not connect to any external service.
A separately distributed companion plugin offers additional features (multiple staff/
resources with custom fields, automatic email reminders) but is not required for
the plugin to work.

### Privacy

Bookings (name, email, optional phone and notes) are stored in your own database
and emailed to you and the customer. No data is sent to any third party.

## સ્ક્રીનશોટ

[⌊The booking form on the front-end with the inline month calendar — visitors pick
a date, then a free time slot.⌉⌊The booking form on the front-end with the inline
month calendar — visitors pick a date, then a free time slot.⌉[

The booking form on the front-end with the inline month calendar — visitors pick
a date, then a free time slot.

[⌊The customer fills in name, email and an optional note before confirming the booking.⌉⌊
The customer fills in name, email and an optional note before confirming the booking
.⌉[

The customer fills in name, email and an optional note before confirming the booking.

[⌊Admin inbox showing pending, confirmed and cancelled bookings with one-click status
changes.⌉⌊Admin inbox showing pending, confirmed and cancelled bookings with one-
click status changes.⌉[

Admin inbox showing pending, confirmed and cancelled bookings with one-click status
changes.

[⌊Service and weekly opening hours configuration in the admin settings.⌉⌊Service
and weekly opening hours configuration in the admin settings.⌉[

Service and weekly opening hours configuration in the admin settings.

## સ્થાપન

 1. Upload the `whenpilot` folder to `/wp-content/plugins/`, or install the zip via
    Plugins  Add New  Upload.
 2. Activate the plugin (this creates the tables and a sample service).
 3. Go to Bookings  Services to add your services, and Bookings  Settings for your 
    hours.
 4. Add `[whenpilot]` to a page.

## એફએક્યુ (FAQ)

### Can two people book the same time?

Only up to the capacity you set (default 1). Slots are re-checked on the server 
at the moment of booking, so overlaps are prevented.

### Does it support online payment?

Not in this version — it collects booking requests. You confirm them from the admin
inbox.

### Which timezone is used?

Your WordPress site timezone (Settings  General).

### Is there a paid version?

WhenPilot Pro adds unlimited services, capacity greater than 1, multiple staff/resources,
custom form fields and automatic email reminders. The free version on this page 
is fully functional for a single service and is not time-limited.

## સમીક્ષાઓ

આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ Helene Groenberg ](https://profiles.wordpress.org/helenegr1989/)

[“WhenPilot” ને તમારી ભાષામાં અનુવાદ કરો.](https://translate.wordpress.org/projects/wp-plugins/whenpilot)

### વિકાસમાં રસ ધરાવો છો?

[કોડ બ્રાઉઝ કરો](https://plugins.trac.wordpress.org/browser/whenpilot/), જોવો[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/whenpilot/),
અથવા સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/whenpilot/)
દ્વારા[આરઅસઅસ](https://plugins.trac.wordpress.org/log/whenpilot/?limit=100&mode=stop_on_copy&format=rss).

## ચેન્જલૉગ

#### 1.0.4

 * Renamed the plugin from “Booking Light” to “WhenPilot” with new slug `whenpilot`.
 * Removed all artificial feature caps: unlimited services and capacity above 1 
   are now fully available out of the box.
 * Lowered the top-level admin menu position (70) so the plugin no longer competes
   with core WordPress menu items.
 * Internal cleanup: all prefixes, hooks, options, table names, shortcode and class
   names updated to the new name.

#### 1.0.3

 * Hardening: all custom-table queries now use `$wpdb->prepare()` with the `%i` 
   identifier placeholder for table names, and `$wpdb->insert/update/delete` calls
   are marked with explicit phpcs:ignore comments. No functional changes.
 * Bumped minimum WordPress version to 6.2 (required by the `%i` placeholder).

#### 1.0.2

 * Fixed: calendar weekday columns could be misaligned when the site’s “Week starts
   on” was not Sunday.

#### 1.0.1

 * New: the booking form now uses an inline month calendar to pick the date (closed
   days and past dates are greyed out) instead of a plain date field.

#### 1.0.0

 * Initial public release: services, weekly hours, free-slot booking form, double-
   booking prevention, admin inbox and email confirmations.

## મેટા

 *  વર્ઝન **1.0.4**
 *  છેલ્લી અપડેટ: **2 અઠવાડિયા પહેલા**
 *  સક્રિય સ્થાપનો: **10 કરતા ઓછા**
 *  વર્ડપ્રેસ વર્ઝન ** 6.2 અથવા ઉચ્ચતર **
 *  **7.0** સુધી પરીક્ષણ કર્યું
 *  PHP સંસ્કરણ ** 7.4 અથવા ઉચ્ચતર **
 *  ભાષા
 * [English (US)](https://wordpress.org/plugins/whenpilot/)
 * ટૅગ્સ:
 * [appointments](https://gu.wordpress.org/plugins/tags/appointments/)[booking](https://gu.wordpress.org/plugins/tags/booking/)
   [calendar](https://gu.wordpress.org/plugins/tags/calendar/)[reservations](https://gu.wordpress.org/plugins/tags/reservations/)
   [scheduling](https://gu.wordpress.org/plugins/tags/scheduling/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/whenpilot/advanced/)

## પૉઇન્ટ્સ

હજુ સુધી કોઈ સમીક્ષા સબમિટ કરવામાં આવી નથી.

[Your review](https://wordpress.org/support/plugin/whenpilot/reviews/#new-post)

[બધા  સમીક્ષાઓ જુઓ](https://wordpress.org/support/plugin/whenpilot/reviews/)

## ફાળો આપનારા

 *   [ Helene Groenberg ](https://profiles.wordpress.org/helenegr1989/)

## સપોર્ટ

કંઈક કહેવું છે? મદદ જોઈએ છે?

 [આધાર ફોરમ જુઓ](https://wordpress.org/support/plugin/whenpilot/)