Description
๐ 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
Installation
From the WordPress plugin directory (recommended):
- Navigate to Plugins > Add New in your WordPress Dashboard
- Search for โNetwork Rest Site Listโ
- Click Install on the โNetwork Rest Site Listโ plugin
- Activate the plugin
By direct upload:
- Download the plugin and unzip it.
- Upload the network-rest-site-list folder to your /wp-content/plugins/ directory
- Activate the plugin through the โPluginsโ menu in WordPress
FAQ
- Installation Instructions
-
From the WordPress plugin directory (recommended):
- Navigate to Plugins > Add New in your WordPress Dashboard
- Search for โNetwork Rest Site Listโ
- Click Install on the โNetwork Rest Site Listโ plugin
- Activate the plugin
By direct upload:
- Download the plugin and unzip it.
- Upload the network-rest-site-list folder to your /wp-content/plugins/ directory
- Activate the plugin through the โPluginsโ menu in WordPress
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Network Rest Site List” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Network Rest Site List” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- 20180508
- Initial public implementation