MENU

edit_tag_link

ユーザーがログインして、タグ編集する権限がある場合、現在のタグを編集するリンクを表示します。これは、ループ内にある必要があります。

get_edit_tag_linkは、編集のためのURLを取得するために使用します。

Displays a link to edit the current tag, if the user is logged in and allowed to edit the tag. It must be within The Loop.

Use get_edit_tag_link to retrieve the url to edit.

目次

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

[php] [/php]

edit_tag_linkのパラメーター

link

(string) (optional)リンクテキストです。

(string) (optional) The link text.

Default: __(‘Edit This’)

before

(string) (optional) リンクテキストの前に配置するテキストです。

(string) (optional) Text to put before the link text.

Default: None

after

(string) (optional) リンクテキストの後に配置するテキストです。

(string) (optional) Text to put after the link text.

Default: None

tag

(integer|object) (optional) タグオブッジェクトあるいはIDです。

(integer|object) (optional) Tag object or ID.

Default: Current tag ID.

デフォルトの使い方

デフォルトを使用してタグを編集するリンクを表示します。

Displays edit tag link using defaults.

[php][/php]

パラグラフタグ内にタグ編集を表示します。

パラグラフ(

)タグ内に、”edit tag”のリンクテキストで、タグを編集するリンクを表示します。

Displays edit tag link, with link text “edit tag”, in a paragraph (

) tag.

[php]‘, ‘

‘); ?>[/php]

変更ログ

Since: 2.7.0

ソースファイル

edit_tag_link() は、以下のファイル内に位置しています。

edit_tag_link() is located in

  • wp-includes/link-template.php (the latest stable version)
  • wp-includes/link-template.php (the development version)

関連テンプレートタグ

edit_post_link, edit_comment_link, edit_tag_link, edit_bookmark_link

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

この記事を書いた人

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

コメント

コメントする

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

目次