Title: Cloudapps Course Manager
Author: texperience
Published: <strong>March 23, 2025</strong>
Last modified: March 7, 2026

---

Search plugins

![](https://ps.w.org/cloudapps-course-manager/assets/banner-772x250.png?rev=3290924)

![](https://ps.w.org/cloudapps-course-manager/assets/icon-256x256.png?rev=3290924)

# Cloudapps Course Manager

 By [texperience](https://profiles.wordpress.org/texperience/)

[Download](https://downloads.wordpress.org/plugin/cloudapps-course-manager.1.1.1.zip)

 * [Details](https://twd.wordpress.org/plugins/cloudapps-course-manager/#description)
 * [Reviews](https://twd.wordpress.org/plugins/cloudapps-course-manager/#reviews)
 *  [Installation](https://twd.wordpress.org/plugins/cloudapps-course-manager/#installation)
 * [Development](https://twd.wordpress.org/plugins/cloudapps-course-manager/#developers)

 [Support](https://wordpress.org/support/plugin/cloudapps-course-manager/)

## Description

**Course Booking & Registration** connects your website directly to your Cloudapps
course management system. Accept online registrations, display course schedules,
and let customers book classes—all without leaving your site.

### Who is this for?

 * **Fitness studios & gyms** – Schedule classes and accept bookings
 * **Training providers** – Manage corporate training registration
 * **Sports clubs** – Handle team signups and event registration
 * **Freelance instructors** – Yoga teachers, tutors, coaches
 * **Educational institutions** – Workshops, seminars, continuing education

### Key Features

 * **Gutenberg block** – Drag and drop course listings into any page
 * **Real-time availability** – Always shows current seat availability
 * **Online payment** – Customers pay when they register
 * **Mobile responsive** – Works perfectly on phones and tablets
 * **Customizable display** – Filter by date, seats, title, and more

Inspired by the need of a self-employed midwife to save countless hours per week
on course management, [Cloudapps](https://www.texperience.de/#cloudapps) was built
to empower professionals by streamlining the registration process and the publication
of courses.

### Support and Documentation

For support, troubleshooting, or feature requests, please:

 * Email us at [cloudapps@texperience.de](https://twd.wordpress.org/plugins/cloudapps-course-manager/cloudapps@texperience.de?output_format=md)
 * Visit our website at [texperience.de](https://www.texperience.de) for detailed
   documentation and updates.
 * Check the WordPress support forum for community assistance and developer contributions.

### Requirements

 * WordPress 5.6 or later
 * PHP 7.0 or later
 * An active Cloudapps account

### External services

This plugin allows you to embed any number of configurable widgets (blocks in the
WordPress editor) to display course information on your website pages. Visitors 
can browse the displayed courses and register for them directly on your website.
Technically, the widgets are implemented as iframes that show the embeddable Cloudapps
user interfaces. Visitors provide their required personal data for registration 
explicitly over the Cloudapps user interface. The plugin doesn’t receive or store
any personal data of the visitors.

The plugin admin interface connects to the service using an API key. This API key
is retrieved over a secure connection after the user provides their Cloudapps account
credentials. The user can then select the tenant and preview the currently available
courses of this tenant. API key and tenant selection are stored in the WordPress
database. The plugin doesn’t retrieve or store any personal data of the connected
user. The tenant selection serves as global setting for all widgets.

This service is provided by texperience (https://www.texperience.de) and is subject
to their terms of service (https://www.texperience.de/nutzungsbedingungen) and privacy
policy (https://www.texperience.de/datenschutz).

## Screenshots

 * [[
 * **Quick setup** – Connect your Cloudapps account in seconds with secure login
 * [[
 * **Course dashboard** – View all upcoming courses, registrations, and availability
   at a glance
 * [[
 * **Gutenberg block editor** – Add course listings to any page with the drag-and-
   drop block
 * [[
 * **Frontend course display** – Beautiful, responsive course listings that match
   your theme

## Blocks

This plugin provides 1 block.

 *   Course List This block is part of the Cloudapps Course Manager plugin. It allows
   you to list your upcoming courses.

## Installation

**Note:** An active Cloudapps account is required. Visit [Cloudapps](https://cloudapps.texperience.de)
for account setup or register directly through the plugin admin interface.

 1. Upload the plugin files to the `/wp-content/plugins/cloudapps-course-manager` directory,
    or install the plugin through the WordPress plugin installer.
 2. Activate the plugin via the ‘Plugins’ screen in your WordPress dashboard.
 3. Go to **Settings > Cloudapps Course Manager** and follow the on-screen instructions
    to configure the plugin and connect it to your Cloudapps account.

## FAQ

### How do I add a course booking form to my page?

Use the “Course List” Gutenberg block. Simply add the block to any page or post,
and your courses will appear automatically.

### Can I filter which courses are displayed?

Yes! The block settings let you filter by title, dates, available seats, and more.
You can show only bookable courses or exclude waitlisted ones.

### Does this work with WooCommerce?

Payments are handled through Cloudapps’ secure payment system, not WooCommerce. 
This keeps your course management separate from your shop.

### Why do I need a Cloudapps account?

An active Cloudapps account allows you to manage courses, track registrations, communicate
with your attendees, and process payments seamlessly—reducing the time spent on 
manual administrative tasks.

### What payment methods are supported?

Payments are handled through Cloudapps. For detailed information on supported payment
options, please refer to the Cloudapps documentation.

### I’m experiencing connectivity issues. What should I do?

Verify that your credentials are correct and ensure that your hosting environment
meets the required PHP version. If issues persist, please contact our support team.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Cloudapps Course Manager” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ texperience ](https://profiles.wordpress.org/texperience/)
 *   [ mholzrichter ](https://profiles.wordpress.org/mholzrichter/)
 *   [ trieber ](https://profiles.wordpress.org/trieber/)

“Cloudapps Course Manager” has been translated into 4 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/cloudapps-course-manager/contributors)
for their contributions.

[Translate “Cloudapps Course Manager” into your language.](https://translate.wordpress.org/projects/wp-plugins/cloudapps-course-manager)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/cloudapps-course-manager/),
check out the [SVN repository](https://plugins.svn.wordpress.org/cloudapps-course-manager/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/cloudapps-course-manager/)
by [RSS](https://plugins.trac.wordpress.org/log/cloudapps-course-manager/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.1

 * Security: Moved API key from query parameter to Authorization header
 * Improved: Added fallback mechanism for backward compatibility

#### 1.1.0

 * Security: Improved input sanitization and output escaping
 * Fixed: React rendering issues in block editor
 * Fixed: Internationalization textdomain consistency
 * Improved: First-run setup experience with welcome screen
 * Improved: Auto-redirect to settings on plugin activation
 * Improved: Persistent setup reminder until configured
 * Improved: WordPress native admin styling
 * Enhanced: Block metadata with keywords and supports

#### 1.0.1

 * Improve UI wording

#### 1.0.0

 * Add the plugin admin interface for Cloudapps connection and course management
 * Provide the Courselist block to integrate courses in your website

## Meta

 *  Version **1.1.1**
 *  Last updated **4 weeks ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.6 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.0 or higher **
 *  Languages
 * [Dutch](https://nl.wordpress.org/plugins/cloudapps-course-manager/), [English (US)](https://wordpress.org/plugins/cloudapps-course-manager/),
   [German](https://de.wordpress.org/plugins/cloudapps-course-manager/), [German (Austria)](https://de-at.wordpress.org/plugins/cloudapps-course-manager/),
   and [German (Switzerland)](https://de-ch.wordpress.org/plugins/cloudapps-course-manager/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/cloudapps-course-manager)
 * Tags
 * [class scheduling](https://twd.wordpress.org/plugins/tags/class-scheduling/)[Course Management](https://twd.wordpress.org/plugins/tags/course-management/)
   [event registration](https://twd.wordpress.org/plugins/tags/event-registration/)
   [online booking](https://twd.wordpress.org/plugins/tags/online-booking/)
 *  [Advanced View](https://twd.wordpress.org/plugins/cloudapps-course-manager/advanced/)

## Ratings

No reviews have been submitted yet.

[Add my review](https://wordpress.org/support/plugin/cloudapps-course-manager/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/cloudapps-course-manager/reviews/)

## Contributors

 *   [ texperience ](https://profiles.wordpress.org/texperience/)
 *   [ mholzrichter ](https://profiles.wordpress.org/mholzrichter/)
 *   [ trieber ](https://profiles.wordpress.org/trieber/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/cloudapps-course-manager/)