wpseek.com
WordPress开发者和主题制作者的搜索引擎



the_modified_author › WordPress Function

Since2.8.0
已弃用n/a
the_modified_author ( 没有参数 )
查看:
定义在:
文档:

Displays the name of the author who last edited the current post, if the author's ID is available.



源码

function the_modified_author() {
	echo get_the_modified_author();
}