get_author_template

Sponsored Link

現在あるいは親テンプレート内に、著者テンプレートのパスを取得します。

Sponsored Link

Retrieve path of author template in current or parent template.

get_author_templateのファンクションタグ使用方法

<?php get_author_template() ?>

get_author_templateのパラメーター

なし

None.

返り値

get_query_template(‘author’) から結果を返します。

(string)
Returns result from get_query_template(‘author’)

注釈

  • Uses: get_query_template();

変更ログ

Since: 1.5.0

ソースファイル

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

get_author_template() is located in wp-includes/theme.php.

Sponsored Link