MENU

post_password_required

投稿にパスワードを必要とし、正しいパスワードが提供されているかどうか。

Whether post requires password and correct password has been provided.

目次

post_password_requiredのテンプレートタグ使用方法

[php][/php]

post_password_requiredのパラメーター

$post

(mixed) (Global $post variable)投稿ID(整数)または投稿オブジェクトのいずれかを取得します。デフォルトはなし。

(mixed) (Global $post variable) Either the post ID (integer) or the post object.
Default: None

返り値

(boolean) Falseの場合、パスワードは必要としない、あるいは、正しいパスワードのCookieが存在します。それ以外の場合はtrueを返します。

(boolean)
False if a password is not required or the correct password cookie is present, true otherwise.

変更ログ

Since: 2.7.0

ソースファイル

post_password_requiredは、wp-includes/post-template.php内に存在しています。

post_password_required is located in wp-includes/post-template.php.

よかったらシェアしてね!
  • URLをコピーしました!

この記事を書いた人

WordPress Love! 休日はほぼWordPress仲間と一緒に勉強会や写真を撮りに行っています。現在育児中のため、オフが多いです(>△<<<)

コメント

コメントする

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください

目次