Cette extension n’a pas été testée avec plus de trois mises à jour majeures de WordPress. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

Network Rest Site List

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):

  1. Navigate to Plugins > Add New in your WordPress Dashboard
  2. Search for « Network Rest Site List »
  3. Click Install on the « Network Rest Site List » plugin
  4. Activate the plugin

By direct upload:

  1. Download the plugin and unzip it.
  2. Upload the network-rest-site-list folder to your /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Installation Instructions

From the WordPress plugin directory (recommended):

  1. Navigate to Plugins > Add New in your WordPress Dashboard
  2. Search for « Network Rest Site List »
  3. Click Install on the « Network Rest Site List » plugin
  4. Activate the plugin

By direct upload:

  1. Download the plugin and unzip it.
  2. Upload the network-rest-site-list folder to your /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

Avis

Il n’y a aucun avis pour cette extension.

Contributeurs & développeurs

« Network Rest Site List » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « Network Rest Site List » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal

1.0.0

  • 20180508
  • Initial public implementation