Опис
🚀 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):
- 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
ЧПП
- 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
Прегледи
Нема рецензија за овај додатак.
Сарадници и градитељи
Network Rest Site List је софтвер отвореног кода. Следећи људи су допринели овом додатку.
СараднициПреведите Network Rest Site List на свој језик.
Заинтересовани сте за градњу?
Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.
Белешка о изменама
1.0.0
- 20180508
- Initial public implementation