the_author_url

函式
the_author_url ( No parameters )
相關
  • the_author_meta()
定義位置
相關方法
get_the_author_urlthe_authorthe_author_linkthe_author_idthe_author_login
引入
0.71
棄用
2.8.0

the_author_url: 該函式顯示當前文章的作者或指定使用者的網站的URL。

顯示當前文章的作者的主頁的URL。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function the_author_url() {
_deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('url')' );
the_author_meta('url');
}
function the_author_url() { _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('url')' ); the_author_meta('url'); }
function the_author_url() {
	_deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('url')' );
	the_author_meta('url');
}

常見問題

FAQs
檢視更多 >