這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP Site Monitor

描述

WP REST API endpoints to help manage sites remotely

All additional endpoints are under the wp-site-monitor/v1/ namespace.
e.g. https://example.com/wp-json/wp-site-monitor/v1/wp-version

Additional endpoints

  • wp-version returns the current version of wordpress as a string.

    Example output: "4.9.2"

  • plugins returns a JSON object listing installed plugins with the plugin details.

    Example output:
    json
    {
    "wp-super-cache/wp-cache.php": {
    "Name": "WP Super Cache",
    "PluginURI": "https://wordpress.org/plugins/wp-super-cache/",
    "Version": "1.5.9",
    "Description": "Very fast caching plugin for WordPress.",
    "Author": "Automattic",
    "AuthorURI": "https://automattic.com/",
    "TextDomain": "wp-super-cache",
    "DomainPath": "",
    "Network": false,
    "Title": "WP Super Cache",
    "AuthorName": "Automattic",
    "Active": true
    },
    "wordpress-seo/wp-seo.php": {
    "Name": "Yoast SEO",
    "PluginURI": "https://yoa.st/1uj",
    "Version": "6.1.1",
    "Description": "The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.",
    "Author": "Team Yoast",
    "AuthorURI": "https://yoa.st/1uk",
    "TextDomain": "wordpress-seo",
    "DomainPath": "/languages/",
    "Network": false,
    "Title": "Yoast SEO",
    "AuthorName": "Team Yoast",
    "Active": true
    }
    }

Options are provided in the WP Site Monitor settings menu to toggle individual endpoints.

安裝

  1. Upload the plugin files to the /wp-content/plugins/wp-site-monitor directory, or install the plugin through the
    WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Use the Settings->WP Site Monitor screen to configure the plugin.

常見問題

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/wp-site-monitor directory, or install the plugin through the
    WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Use the Settings->WP Site Monitor screen to configure the plugin.
How does authentication work with this plugin?

Because this plugin just extends the official REST API, you can use any authentication method the REST API supports.
You may want to use a another plugin to add extra authentication methods such as
WordPress REST API – OAuth 1.0a Server or
JWT Authentication for WP REST API

評價

There are no reviews for this plugin.

貢獻者及開發者

“WP Site Monitor” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WP Site Monitor 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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