WP Manifestindependent plugin directory
manifest / events / modularity-simpleview-events

Modularity Simpleview Events

A Simpleview event integration plugin for managing events from Simpleview API.

by Starter · github.com/considbrs-webdev/modularity-simpleview-events · website

0stars
89composer installs
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/considbrs-webdev/modularity-simpleview-events/archive/refs/heads/main.zip

Also on Packagist as considbrs-webdev/modularity-simpleview-events:

composer require considbrs-webdev/modularity-simpleview-events

From the readme

Modularity Simpleview Events A WordPress plugin for integrating events from the Simpleview API into WordPress. Features - Dynamically create post types and taxonomies from the Simpleview API - Automatic synchronization via WP Cron - Manual sync trigger from admin settings - Configurable API credentials and sync frequency Installation 1. Place the plugin in wp-content/plugins/modularity-simpleview-events/ 2. Run composer dump to create a new autoloader 3. Activate the plugin through the WordPress admin Configuration 1. Navigate to Simpleview Events Settings 2. Configure your API credentials: - API Base URL - API Key 3. Set your preferred sync frequency (hourly, twice daily, or daily) 4. Use the "Sync Now" button to perform an initial manual sync CLI Commands The plugin provides WP-CLI commands for managing Simpleview events data: Sync Events Sync events from the Simpleview API: Options: - --wipe - Wipe all existing data before syncing (requires confirmation) Examples: Wipe Data Delete all synced Simpleview events data (posts, terms, and options): Options: - --confirm - Skip confirmation prompt (use with caution) Examples: Show Statistics Display sync statis

Read the full README on GitHub →