WordPress での ログイン判定と編集リンクの生成

 2020年1月26日

ログイン中のみ編集リンクを出力したい。

ログインの判定は

is_user_logged_in()

記事の編集リンクは、

get_edit_post_link()

これを組み合わせて出力する。