我正在更新旧主题并收到此消息。
注意:调用 get_the_author 时所使用的参数自 2.1 版起已被“弃用”,且没有可用的替代方案。在 /srv/www/virtual/example.com/htdocs/zzblog/wp-includes/functions.php 第 3468 行 首页 pageid-641 page-author-test page-template page-template-MIMindexMOD-php">
我可以在我的主题functions.php中找到调用,如下所示:
c[] = 'page-author-' . sanitize_title_with_dashes(strtolower(get_the_author('login')));
这是我能找到的唯一对 get_the_author 的引用。 在 WordPress 法典中,它说整个函数 get_the_author 已被贬值(以及传递的参数),因此想要更新,但不确定如何更新。
get_the_author_meta('display_name', get_post_field('post_author', get_the_ID()))