WordPress
动力
首页
参考文档
WordPress函数
WordPress钩子
WordPress类
开发手册
主题开发手册
插件开发手册
咨询联系
咨询联系
联系时请注明来意
搜索 WordPress 常用函数(Functions) / 钩子(Hooks)
搜索类型:
函数
钩子
中文
当前浏览:
首页
/
WordPress函数
/ comment_author_rss()
comment_author_rss()
在feed中显示当前评论作者
author 作者
more...
comment_author_email_link()
显示指向当前评论作者的HTML电子邮件链接
comment_author_email()
显示当前全局$comment作者的电子邮件
comment_author_IP()
显示当前评论作者的IP地址
comment_author_link()
显示指向当前评论作者URL的HTML链接
comment_author_rss()
在feed中显示当前评论作者
comment_author_url_link()
显示当前评论作者的URL的HTML链接
comment_author_url()
显示当前评论作者的URL,未链接
comment_author()
显示当前评论的作者
get_author_posts_url()
使用提供的ID检索用户的作者页面的URL
get_comment_author()
检索当前评论的作者
comment 评论
more...
add_comments_page()
将子菜单页添加到评论主菜单
cancel_comment_reply_link()
显示取消评论回复链接的HTML内容
comment_author_email_link()
显示指向当前评论作者的HTML电子邮件链接
comment_author_email()
显示当前全局$comment作者的电子邮件
comment_author_IP()
显示当前评论作者的IP地址
comment_author_link()
显示指向当前评论作者URL的HTML链接
comment_author_rss()
在feed中显示当前评论作者
comment_author_url_link()
显示当前评论作者的URL的HTML链接
comment_author_url()
显示当前评论作者的URL,未链接
comment_author()
显示当前评论的作者
rss
comment_author_rss()
在feed中显示当前评论作者
comment_text_rss()
显示当前评论内容以在feed中使用
get_the_category_rss()
检索所有文章类别,并格式化以便在feed中使用
the_category_rss
过滤所有要在feed中显示的文章类别
the_category_rss()
在feed中显示文章类别
the_excerpt_rss()
显示feed的文章摘录
the_title_rss()
在feed中显示文章标题
相关
使用
描述
get_comment_author_rss()
源码
查看源码
官方文档
更新日志
版本
描述
1.0.0
开始引入