该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Network Rest Site List

描述

🚀 Access the endpoint with /wp-json/ntwrkrst/v1/wpsitelist – which returns:

`

{
“123”: {
“blog_id” : “123”,
“domain”:”example.com”,
“path”:”\/main\/”
}
// etc
}
`

🔬 Query sites path with a search, similar to /wp-json/ntwrkrst/v1/wpsitelist?q=keyword

📦 Cache’s for 24h

⚙️ Built primarily for this Alfred workflow to quickly find a sites blog_id

安装

From the WordPress plugin directory (recommended):

  1. Navigate to Plugins > Add New in your WordPress Dashboard
  2. Search for “Network Rest Site List”
  3. Click Install on the “Network Rest Site List” plugin
  4. Activate the plugin

By direct upload:

  1. Download the plugin and unzip it.
  2. Upload the network-rest-site-list folder to your /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

常见问题

Installation Instructions

From the WordPress plugin directory (recommended):

  1. Navigate to Plugins > Add New in your WordPress Dashboard
  2. Search for “Network Rest Site List”
  3. Click Install on the “Network Rest Site List” plugin
  4. Activate the plugin

By direct upload:

  1. Download the plugin and unzip it.
  2. Upload the network-rest-site-list folder to your /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

评价

此插件暂无评价。

贡献者及开发者

“Network Rest Site List” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Network Rest Site List”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.0

  • 20180508
  • Initial public implementation