WP Manifestindependent plugin directory
manifest / multisite / tms-plugin-network-site-list

TMS Network Site List

WordPress plugin for that provides a REST endpoint for listing all sites in a network installation.

by Geniem Oy · github.com/tampere/tms-plugin-network-site-list · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/tampere/tms-plugin-network-site-list/archive/refs/heads/master.zip

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.