default_topic_count_text

函式
default_topic_count_text ( $count )
Access
Private
引數
  • (int) $count Number of topics.
    Required:
返回值
  • (int) Number of topics.
定義位置
相關方法
default_topic_count_scaleget_default_post_to_editget_comment_textget_default_comment_statusfilter_block_content
引入
2.7.0
棄用
3.9.0

default_topic_count_text: 這個函式返回標籤雲中顯示的主題數量的預設文字。

標籤連結工具提示的舊回撥。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function default_topic_count_text( $count ) {
return $count;
}
function default_topic_count_text( $count ) { return $count; }
function default_topic_count_text( $count ) {
	return $count;
}

常見問題

FAQs
檢視更多 >