WPCY Template Connector for Elementor template library
Find a file
linuxjoy 66f7b2d0f4
Some checks failed
Release Plugin / release (push) Failing after 20s
Add WenPai updater release integration
2026-06-07 17:13:42 +08:00
.forgejo/workflows Add WenPai updater release integration 2026-06-07 17:13:42 +08:00
includes Add WenPai updater release integration 2026-06-07 17:13:42 +08:00
.gitignore Document connector maintenance 2026-06-07 16:25:02 +08:00
README.md Add WenPai updater release integration 2026-06-07 17:13:42 +08:00
readme.txt Add WenPai updater release integration 2026-06-07 17:13:42 +08:00
wpcy-template-connector.php Add WenPai updater release integration 2026-06-07 17:13:42 +08:00

WPCY Template Connector

Connect Elementor's remote template library to https://templates.wpcy.net.

What it intercepts

  • my.elementor.com/api/connect/v1/library/templates
  • my.elementor.com/api/connect/v1/library/get_template_content
  • my.elementor.com/api/v1/templates/info/
  • Elementor Cloud Library resource endpoints

Current behavior

Version 1.0.3 prefers the native-compatible Worker endpoints:

  • GET /api/connect/v1/library/templates returns the Elementor remote template JSON array.
  • GET /api/v1/templates/info/ returns templates, categories, types_data, and config.
  • POST /api/connect/v1/library/get_template_content returns {content, page_settings}.

Legacy /api/templates and /api/template/{id} are still kept as fallback paths.

Updates

The plugin declares Update URI: https://updates.wenpai.net and bundles WenPai updater support so WordPress can receive package updates from the WenPai/FeiCode update channel.

Settings page

Open Elementor → Connector in wp-admin to view connector status, run endpoint diagnostics, and clear Elementor remote template cache.

Install

Copy this directory to:

wp-content/plugins/wpcy-template-connector/

Then activate WPCY Template Connector in WordPress.

Verify

php -l wpcy-template-connector.php

In Elementor, open the Template Library and import a remote template.