https://github.com/devgeniem/tms-plugin-network-site-list
https://github.com/devgeniem/tms-plugin-network-site-list
wordpress wordpress-plugin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devgeniem/tms-plugin-network-site-list
- Owner: devgeniem
- License: gpl-3.0
- Created: 2022-01-19T12:28:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T17:48:05.000Z (about 3 years ago)
- Last Synced: 2025-06-01T08:52:45.860Z (about 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# TMS (Tampere Multisite) WordPress Plugin Network Site List
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.