वर्णन
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
स्थापना
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)
समीक्षा
ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.
योगदानकर्ते आणि विकसक
“JSON API Delete User” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्तेभाषांतर करा “JSON API Delete User” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
1.0
- Initial release.