[WordPress] 外掛分享: WP Site Monitor

首頁外掛目錄 › WP Site Monitor
10+
安裝啟用
尚無評分
2966 天前
最後更新
問題解決
WordPress 4.7+ PHP 5.6+ v1.0.0 上架:2018-01-29

內容簡介

使用 WP REST API 管理網站的端點

所有額外的端點都在 wp-site-monitor/v1/ 命名空間下。
例如:https://example.com/wp-json/wp-site-monitor/v1/wp-version

額外的端點

wp-version 以字串形式返回 WordPress 的目前版本。

範例輸出:"4.9.2"

plugins 以 JSON 物件列出已安裝的外掛並提供外掛詳細資訊。

範例輸出:
json
{
"wp-super-cache/wp-cache.php": {
"Name": "WP Super Cache",
"PluginURI": "https://wordpress.org/plugins/wp-super-cache/",
"Version": "1.5.9",
"Description": "非常快速的 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": "首個真正的 WordPress 全方位 SEO 解決方案,包括內容分析、XML 網站地圖等。",
"Author": "Team Yoast",
"AuthorURI": "https://yoa.st/1uk",
"TextDomain": "wordpress-seo",
"DomainPath": "/languages/",
"Network": false,
"Title": "Yoast SEO",
"AuthorName": "Team Yoast",
"Active": true
}
}

WP Site Monitor 設定選單提供選項以切換各個端點。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「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.

延伸相關外掛

文章
Filter
Mastodon