WP Manifestindependent plugin directory
manifest / performance / bookly-content-import

Bookly Custom Enterprise Addon

Production-ready WordPress addon extending Bookly with custom pricing logic, validation layer, appointment metadata handling, and performance optimization. Built with modular architecture for agency collaboration and scalable enterprise projects.

by Nikolaos Chalevas · github.com/nickchalevas/bookly-content-import

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/nickchalevas/bookly-content-import/archive/refs/heads/main.zip

Overview

Production-ready extension layer for Bookly with modular architecture.

Features

  • Conditional pricing logic
  • Custom validation before booking confirmation
  • Appointment metadata injection
  • Performance optimization layer
  • Clean OOP-ready structure

Architecture

bookly-custom-addon/ │ ├── bookly-custom-addon.php ├── includes/ │ ├── Hooks.php │ ├── Filters.php │ ├── Validation.php │ ├── Performance.php ├── assets/ │ ├── js/ │ └── css/

Installation

  1. Upload ZIP via WordPress Admin → Plugins → Add New
  2. Activate Plugin
  3. Ensure Bookly is installed and active

Technical Notes

Designed for agency collaboration and scalable customization.

Author: Nikolaos Chalevas