特定のサイトの管理領域へのURLを取得します。
Retrieve the url to the admin area for a given site.
get_admin_urlのテンプレートタグ使用方法
[php][/php]get_admin_urlのパラメーター
$blog_id
(int) (optional) (optional)ブログIDです。デフォルトは、現在のブログです。
(int) (optional) (optional) Blog ID. Defaults to current blog.
Default:
$path
(string) (optional) 管理URLへの相対的なオプションのパスです。
デフォルト:カラの文字列
(string) (optional) Optional path relative to the admin url
Default: empty string
$scheme
(string) (optional) スキームを使用します。デフォルトは、force_ssl_admin() と is_ssl()に従う’admin’です。’http’または’https’はそのようなスキームを強制的に渡すことができます。
デフォルト:admin
(string) (optional) The scheme to use. Default is ‘admin’, which obeys force_ssl_admin() and is_ssl(). ‘http’ or ‘https’ can be passed to force those schemes.
Default: admin
返り値
(string) 付加オプションのパスと同じ、adminのURLリンクです。
(string)
Admin url link with optional path appended
変更ログ
Since: 3.0
ソースファイル
get_admin_url()は、wp-includes/link-template.php内に位置しています。
get_admin_url() is located in wp-includes/link-template.php
コメント