The PriveWellness.nl plugin connects your WordPress site to the PriveWellness platform (https://privewellness.nl). Pick the parts you need:
The plugin automatically detects the booking system that is active on your site. We keep adding support for more systems.
This plugin connects to the PriveWellness platform (privewellness.nl). This connection is required to synchronise appointments and show availability.
What is sent, and when:
The availability calendar and booking interface shown by the [privewellness_unit_calendar] shortcode — including unit photos and live prices — are served by the PriveWellness platform. The browser only talks to your own site; your site forwards each request to the platform.
The connection is only made after you explicitly link the plugin to your PriveWellness account from the settings page.
Terms of service: https://privewellness.nl/voorwaarden
Privacy policy: https://privewellness.nl/privacybeleid
The booking-calendar widget is the only part of this plugin that uses compiled assets. assets/dist/widget.js and assets/dist/widget.css are generated with webpack from the human-readable source that ships inside this plugin:
assets/src/ — the widget entry point (widget.js), the Stimulus controllers and the SCSS stylesheets.webpack.config.js and package.json.To rebuild the compiled assets from source:
npm installnpm run buildThis regenerates assets/dist/widget.js and assets/dist/widget.css. Use npm run dev to rebuild on change during development. All third-party libraries (Stimulus, stimulus-use) are pulled in via npm as declared in package.json.