the_modified_author

函数
the_modified_author ( No parameters )

the_modified_author – 这个函数用来输出最后修改一个文章或页面的作者的名字。

显示最后编辑当前文章的作者的名字,如果作者的ID是可用的。

function the_modified_author() {
	echo get_the_modified_author();
}

常见问题

FAQs
查看更多 >