CR Bee Docs

WordPress Plugin

Connect your WordPress site to CR Bee

The CR Bee Connect WordPress plugin lets you embed the full car rental booking flow into any WordPress site. It communicates with the CR Bee SaaS platform via the REST API and renders the booking interface using shortcodes.

How It Works

WordPress Site                     CR Bee SaaS
┌─────────────────┐               ┌─────────────────┐
│ [cr_bee_search]   │             │                 │
│ [cr_bee_results]  │── API ───▶│  REST API       │
│ [cr_bee_checkout] │◀─ JSON ──│  /api/v1/*      │
│ ...             │               │                 │
└─────────────────┘               └─────────────────┘

Each shortcode renders a step of the booking flow. The plugin handles API communication, session management, and caching automatically.

Requirements

  • WordPress 6.0 or higher
  • PHP 7.4 or higher
  • A CR Bee account with an API key

On this page