全新外掛
安裝啟用
—
尚無評分
2553 天前
最後更新
—
問題解決
WordPress 4.4+ PHP 5.2.4+ v1.0.0 上架:2017-04-23
內容簡介
這個小型外掛程式包括對 RESTjQuery script的支援。安裝後,您的網站可以使用 RESTjQuery script。
安全檢查
為了讓已登入的使用者能夠存取某些端點(例如新增文章),系統會設置一個安全金鑰。
要啟用存取權限,您需要使用 nonce 參數,例如:
restjQuery({
nonce: restjquery_params.nonce
});
使用方法
請參閱 文檔 以瞭解如何使用 RESTjQuery。
外掛標籤
開發者團隊
原文外掛簡介
This small plugin includes support for RESTjQuery script. Once installed your site can use the RESTjQuery script.
Security Check
A security key is set for you and will be needed to enable logged in users to access certain endpoints such as posting a new post.
To enable access you need to use the nonce parameter like so.
restjQuery({
nonce: restjquery_params.nonce
});
How to use
See the documentation for a guide on using RESTjQuery.
