前言介紹
- 這款 WordPress 外掛「JSON API Delete User」是 2016-06-15 上架。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2016-06-10,距離現在已有 3250 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.0.1 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
aiyaz |
外掛標籤
json api | delete user api | delete usermeta | RESTful delete user | json api delete user |
內容簡介
JSON API DELETE USER 外掛是在 JSON API Plugin 中增加一個新控制器,使用者可以刪除帶有 meta data 的使用者。
文件說明
您需要創建一個 nonce ,才能刪除使用者,可以透過 http://localhost/api/get_nonce/?controller=user&method=delete_user_with_meta 呼叫並獲得。
您可以使用 ‘nonce’ 值來刪除使用者。
= 方法: delete_user_with_meta =
您可以在 example.php 檔案中查找範例,以了解如何透過 curl 刪除使用者。
http://localhost/wordpress/api/user/[email protected]
原文外掛簡介
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]
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「JSON API Delete User」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。