the_modified_author

函式
the_modified_author ( No parameters )

the_modified_author – 這個函式用來輸出最後修改一個文章或頁面的作者的名字。

顯示最後編輯當前文章的作者的名字,如果作者的ID是可用的。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function the_modified_author() {
echo get_the_modified_author();
}
function the_modified_author() { echo get_the_modified_author(); }
function the_modified_author() {
	echo get_the_modified_author();
}

常見問題

FAQs
檢視更多 >