Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

REST API Link Manager

Beschrijving

Allow Links from the Link Manager to be manipulated and retrieved using the REST API.

This plugin makes the following endpoints available:

  • /wp-json/wp/v2/links – List details for all links, or create a new link.
  • /wp-json/wp/v2/links/<id> – List details for a particular link ID, update a link, or delete a link.

For more information about the REST API as a whole, refer to the REST API plugin.

Note: This plugin requires the REST API plugin.

Installatie

  1. Upload the plugin files to the /wp-content/plugins/rest-api-link-manager directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

FAQ

No questions yet!

Beoordelingen

Lees 1 beoordeling

Bijdragers & ontwikkelaars

“REST API Link Manager” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “REST API Link Manager” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0.0

  • Initial version of the plugin.