Linux 软件免费装

ContentGecko Connector

开发者 ristorehemagi
更新时间 2025年11月25日 17:01
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

seo woocommerce translations rest api headless

下载

1.1.6 1.1.7 1.1.8 1.1.5 1.1.3 1.1.4

详情介绍:

ContentGecko Connector exposes a secure REST API that the ContentGecko platform can use to synchronise posts, pages, product data, and translations with WordPress and WooCommerce. Access is protected by a shared API key, optional IP allow-listing, and tight capability checks inside wp-admin. The plugin stores minimal data, leans on WordPress core APIs, and keeps logging opt-in so your site remains lightweight. Key features: The admin settings page lives under Settings → ContentGecko Connector where administrators can generate API keys, toggle logging, view recent requests, and confirm the /health endpoint matches the WordPress environment.

安装:

  1. Upload the contentgecko-connector folder to the /wp-content/plugins/ directory or install the ZIP via Plugins → Add New → Upload Plugin.
  2. Activate the plugin through the Plugins menu.
  3. Navigate to Settings → ContentGecko Connector and click Generate API Key. The plain key is displayed once; copy it into the ContentGecko app immediately.
  4. (Optional) Enable request logging to store the last 50 API interactions for troubleshooting.

常见问题:

How is the API secured?

Every request must include the X-ContentGecko-Key header. The stored key is hashed using hash_hmac() with AUTH_SALT, and an allow list filter (contentgecko_allowed_ips) lets you restrict inbound requests by IP if desired.

Does the plugin phone home or track usage?

No. The plugin only processes requests that hit your site’s REST API and never sends telemetry back to ContentGecko automatically. Logging is disabled by default and, when enabled, is limited to recent request metadata stored in a WordPress transient.

Which third-party libraries are bundled?

The plugin ships with Parsedown (MIT license) to convert Markdown payloads to HTML when needed. Its licence is included in licenses/parsedown.txt.

更新日志:

1.1.8 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1