- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
「WordPress Nonce」の版間の差分
提供: WordPress Codex 日本語版
(英文をコピペ。) |
(和訳完了。) |
||
1行目: | 1行目: | ||
− | + | ''この記事は、将来のWordPressでnonceを実装することについて述べるものです。それまでの間、WordPress[[Glossary#Nonce|用語集の nonce]] を参照してください。[[#Related|関連資料]]のセクションでは、nonceを処理するための [[Plugin_API|WordPress プラグイン API]]機能、アクション、フィルター[[Glossary#Hook|フック]]を解説します。また[[#Resources|リソース]]のセクションにあるリンクが、本記事の代わりとなるでしょう。 | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | '' | + | |
<div id="Related"> | <div id="Related"> | ||
11行目: | 6行目: | ||
{{Nonces}} | {{Nonces}} | ||
− | * [[Creating Options Pages]] | + | * [[Creating Options Pages|設定ページの作成]] |
− | * [[Plugin API/Filter Reference]] | + | * [[Plugin API/Filter Reference|プラグイン API/フィルターフック一覧]] |
− | * [[Plugin API/Action Reference]] | + | * [[Plugin API/Action Reference|プラグイン API/アクションフック一覧]] |
<div id="Resources"> | <div id="Resources"> |
2013年8月8日 (木) 22:47時点における版
この記事は、将来のWordPressでnonceを実装することについて述べるものです。それまでの間、WordPress用語集の nonce を参照してください。関連資料のセクションでは、nonceを処理するための WordPress プラグイン API機能、アクション、フィルターフックを解説します。またリソースのセクションにあるリンクが、本記事の代わりとなるでしょう。
関連資料
Nonce関数: wp_explain_nonce() /en, wp_nonce_ays() /en, wp_nonce_field(), wp_nonce_url(), wp_verify_nonce(), wp_create_nonce() /en, check_admin_referer() /en, check_ajax_referer() /en, wp_referer_field() /en
Nonceフック: nonce_life, nonce_user_logged_out, explain_nonce_(verb)-(noun), check_admin_referer
リソース
- WordPress 2.0.3: Nonces | Mark on WordPress
- Improving security in Wordpress plugins using Nonces | Prelovac.com
- Cryptographic nonce - Wikipedia, the free encyclopedia
- Cross-site request forgery - Wikipedia, the free encyclopedia
最新英語版: WordPress Codex » WordPress Nonces (最新版との差分)