MENU

get_site_url

get_site_url()テンプレートタグは、サイトを取得するためのサイトURLを取得します。’https’が is_ssl()と’http’それ以外の場合、適切なプロトコルと共に’site_url’オプションを返します。$schemeが’http’ か ‘https’の場合、オーバーライドします。

The get_site_url() template tag retrieve the site url for a given site. Returns the ‘site_url’ option with the appropriate protocol, ‘https’ if is_ssl() and ‘http’ otherwise. If $scheme is ‘http’ or ‘https’, is_ssl() is overridden.

目次

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

[php][/php]

デフォルトの使い方

[php][/php]

get_site_urlのパラメーター

blog_id

(integer) (optional) ブログURLです。

(integer) (optional) Blog ID.

Default: current blog

path

(string) (optional) サイトURLの相対パスです。

(string) (optional) Path relative to the site url.

Default: None

scheme

(string) (optional) サイトのURL のコンテキストを提供する方式です。現在の’http’,’https’, ‘login’, ‘login_post’, あるいは ‘admin’です。

(string) (optional) Scheme to give the site url context. Currently ‘http’,’https’, ‘login’, ‘login_post’, or ‘admin’.

Default: null

戻り値

(string) オプションのパスが付加されたサイトのURLリンクです。

(string)
Site url link with optional path appended.

フィルター

[php]apply_filters(‘site_url’, $url, $path, $orig_scheme, $blog_id);[/php]

変更ログ

Since: 3.0

ソースファイル

get_site_url() は、wp-includes/link-template.php内に位置しています。

get_site_url() is located in wp-includes/link-template.php.

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

この記事を書いた人

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

コメント

コメントする

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

目次