wp_login_urlのテンプレートタグはユーザーがサイトにログインするのを許可するURLを返します。
This Template Tag returns the URL that allows the user to log in to the site.
目次
wp_login_urlのテンプレートタグ使用方法
[php] [/php]wp_login_urlのパラメーター
$redirect
(string) (optional) ログインに関してにリダイレクトするURL。
(string) (optional) URL to redirect to on login.
デフォルト:なし
Default: None
例
デフォルトの使い方
[php]” title=”Login”>Login[/php]ログインしてホームページにリダイレクトします。
[php]is_user_logged_in, wp_login_url, wp_logout_url, wp_lostpassword_url, wp_registration_url,wp_logout, wp_loginout, wp_register, wp_login_formLogin and Redirect to Homepage
See also index of Function Reference and index of Template Tags.
コメント