default_topic_count_text()
Deprecated from version 3.9.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.
Old callback for tag link tooltips.
Internal function — this function is designed to be used by the kernel itself. It is not recommended to use this function in your code.
No Hooks.
Return
Int
. Number of topics.
Usage
default_topic_count_text( $count );
- $count(int) (required)
- Number of topics.
Changelog
Since 2.7.0 | Introduced. |
Deprecated since | 3.9.0 |
default_topic_count_text() default topic count text code WP 6.7.1
function default_topic_count_text( $count ) { return $count; }