devgeniem/tms-plugin-network-site-list
最新稳定版本:1.2.0
Composer 安装命令:
composer require devgeniem/tms-plugin-network-site-list
包简介
Provides a REST endpoint that lists the sites in a network installation.
关键字:
README 文档
README
WordPress plugin for that provides a REST endpoint for listing all sites in a network installation.
Prerequisites
- WordPress Network installation
Routes
Route /wp-json/tms/sites/ returns site list as an array.
[
[
'ID' => 1,
'name' => 'foo',
],
[
'ID' => 2,
'name' => 'bar',
],
[
'ID' => 3,
'name' => 'baz',
],
]
Contributing
Contributions are highly welcome! Just leave a pull request of your awesome well-written must-have feature.
统计信息
- 总下载量: 2.06k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2022-01-19