Acest modul nu a fost testat cu ultimele 3 versiuni importante ale WordPress. S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate când este folosit cu versiuni recente ale WordPress.

JSON API Delete User

Descriere

JSON API DELETE USER extends the JSON API Plugin with a new Controller to delete user with meta data.

Documentation

  • You need to create nonce to delete user, nonce can be created by calling http://localhost/api/get_nonce/?controller=user&method=delete_user_with_meta

  • You can then use ‘nonce’ value to delete user.

= Method: delete_user_with_meta=

You can find example.php file to understand delete user api call via curl.

http://localhost/wordpress/api/user/[email protected]

Instalare

First you have to install the JSON API for WordPress Plugin (https://wordpress.org/extend/plugins/json-api/installation/).

To install JSON API User just follow these steps:

  • Upload the folder „json-api-delete-user” to your WordPress plugin folder (/wp-content/plugins)
  • Activate the plugin through the ‘Plugins’ menu in WordPress or by using the link provided by the plugin installer
  • Activate the controller through the JSON API menu found in the WordPress admin center (Settings -> JSON API)

Recenzii

Nu există nicio verificare pentru acest modul.

Contributori și dezvoltatori

„JSON API Delete User” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori

Istoric modificări

1.0

  • Initial release.