
如何用React.js创建一个无头的WordPress网站
the_author_lastname ( No parameters )
the_author_lastname: 该函数显示当前文章的作者或指定用户的姓氏。
显示当前文章的作者的姓氏。
function the_author_lastname() { _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('last_name')' ); the_author_meta('last_name'); }