当前位置:首页 > 云计算 > 正文内容

WordPress在Feed中获取评论作者函数:get_comment_author_rss

2022-05-31 08:14:58云计算6

WordPress函数get_comment_author_rss用于在Feed中获取评论的作者,该函数没有参数。

get_comment_author_rss()

函数使用示例

<title>评论者:<?php echo get_comment_author_rss() ?></title>

扩展阅读

get_comment_author_rss()函数位于:wp-includes/feed.php

相关函数:

  • comment_author_rss()
  • get_comment_author()

本网站文章仅供交流学习 ,不作为商用, 版权归属原作者,部分文章推送时未能及时与原作者取得联系,若来源标注错误或侵犯到您的权益烦请告知,我们将立即删除.

本文链接:https://www.xibujisuan.cn/22799.html

标签: WordPress