WP Manifestindependent plugin directory
manifest / events / wp-appointment-updater

Appointments Updater

Retrieves appointments from a shop via WooCommerce API and displays them on a page using shortcode [show_training].

by Laurentiu Andries · github.com/simplytest/wp-appointment-updater

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/simplytest/wp-appointment-updater/archive/refs/heads/master.zip

Appointment Updater

A locally developed Wordpress plugin that fetches and displays appointments in a blog post or page from a shop website using the shortcode [show_training].

appointment-updater.php

  • Main plugin file

src/admin

  • Administrative plugin functionality.

src/includes

  • Actual shortcode implementation.

src/js/appointment-updater-helpers.js

  • Displaying the appointments is done on the client side.