函数原型
default_topic_count_text( int $count ): int
函数描述
Old callback for tag link tooltips.
是否弃用
Warning: This function has been deprecated.
函数参数
-
$count
int
Required - Number of topics.
函数返回值
int Number of topics.
函数位置
File: wp-includes/deprecated.php.
函数源码
function default_topic_count_text( $count ) {
return $count;
}
源码链接
变更日志
| Version | Description |
|---|---|
| 3.9.0 | This function has been deprecated. |
| 2.7.0 | Introduced. |

