Relay

外掛說明

This general-purpose plugin provides safe, structured access to internal data, making it compatible with Hub and other monitoring solutions.

Features

  • Site name
  • Site URL
  • WordPress version
  • Health rating
  • Updates available
  • Directory sizes
  • Multisite and subsite information
  • WP-CLI support

Documentation

You can find the documentation on our site.

安裝方式

  1. Upload relay folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. You can find the api endpoints at /wp-json/relay/v1/.
  4. For more detailed guidance, refer to the documentation.

常見問題集

Where can I find the documentation?

You can find the documentation at: verdant.studio/plugins/relay

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Relay〉的開發相關工作。

參與者

將〈Relay〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.5.1: Sep 18, 2025

  • Change: remove WP-CLI command to activate (can use wp plugin activate instead)
  • Fix: WP-cli take multisite options into account
  • Fix: return warning if the api key is not present

1.5.0: Sep 18, 2025

  • Add: WP-cli command to get the current api key

1.4.0: Sep 18, 2025

  • Add: apply 1 hour caching to directory sizes call
  • Add: a WP-CLI command to activate the plugin and generate an api key
  • Change: use the default WP transient for getting updates status
  • Change: remove debug info attribute from directory sizes call

1.3.1: Jun 10, 2025

  • Fix: use the correct option key on multisite installations

1.3.0: Jun 10, 2025

  • Add: a settings page for inserting or generating an api key
  • Change: rely on the custom api key instead of WordPress capabilities for api access
  • Change: only allow plugin to be activated on the network of a multisite installation

1.2.0: Jun 5, 2025

  • Add: info about directory sizes to the api
  • Change: code improvements

1.1.0: May 11, 2025

  • Add: support for multisite and subsite information

1.0.0: May 9, 2025

  • Initial release