Wira Templates is a collection of powerful, carefully designed website templates for WordPress.
It adds a dedicated admin area (Wira Templates) where you can:
Use it to kickstart a new site faster while keeping full control in WordPress.
This plugin connects to Wira Theme API endpoints to browse and import template kits.
Service provider: Wira Theme
Service URL (kits list): https://api.wiratheme.com/wp-json/wira/v1/kits
Service URL (kit detail): https://api.wiratheme.com/wp-json/wira/v1/kits/{slug}
Service URL (kit download): https://api.wiratheme.com/wp-json/wira/v1/download/{slug} (used through download_endpoint returned by kit detail response)
When requests are sent (full import):
* When the admin opens Template Kit > Full Import.
* When the admin clicks import for a full import kit.
When requests are sent:
* When the admin opens Template Kit > Browse Template Kits.
* When the admin clicks import for a remote template kit.
What is sent:
* The selected kit slug when requesting kit detail ({slug} endpoint).
* Standard HTTP request metadata sent by the WordPress/PHP environment.
What is received:
* Kits list response can include: slug, name, demo, version, thumbnail, pricing_type.
* Kit detail response can include: slug, name, version, pricing_type, download_endpoint.
* Download endpoint response returns the template kit ZIP for import processing.
Why this is sent:
* To retrieve template kit metadata, determine pricing/import availability, and download template kit ZIP files for import.
Third-party terms:
* https://wiratheme.com/api-terms/
* https://wiratheme.com/terms-of-service/
* https://wiratheme.com/privacy-policy/