WordPress
动力
首页
参考文档
WordPress函数
WordPress钩子
WordPress类
开发手册
主题开发手册
插件开发手册
咨询联系
咨询联系
联系时请注明来意
搜索 WordPress 常用函数(Functions) / 钩子(Hooks)
搜索类型:
函数
钩子
中文
当前浏览:
首页
/
WordPress函数
/ default_topic_count_scale()
default_topic_count_scale(
int
$count
):
int
标签链接的默认计数表
count
_update_generic_term_count()
根据对象数量更新分类项(term)计数
_update_post_term_count()
基于当前分类法的对象类型更新分类项(term)总计
default_topic_count_scale()
标签链接的默认计数表
wp_update_term_count_now()
立即执行分类项(term)计数更新
default
comment_form_default_fields
过滤默认评论表单字段
default_feed
过滤默认feed类型
default_option_{$option}
过滤选项的默认值
default_site_option_{$option}
过滤特定默认网络选项的值
default_topic_count_scale()
标签链接的默认计数表
get_default_feed()
检索默认的feed
get_metadata_default()
检索指定meta键和对象的默认meta数据值
register_default_headers()
注册要由自定义页眉管理UI显示的默认页眉选择
wp_default_styles()
为$styles对象指定默认样式
参数
$count
int
必填
具有该标签的文章统计数。
返回
int
统计计数。
源码
查看源码
官方文档
更新日志
版本
描述
2.9.0
开始引入