Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga asistencia ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

JSON API Delete User

Descripción

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/delete_user_with_meta?email=example@domain.com

Instalación

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)

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“JSON API Delete User” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “JSON API Delete User” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Registro de cambios

1.0

  • Initial release.