W3cubDocs

/WordPress

default_topic_count_text( int $count ): int

Old callback for tag link tooltips.

Parameters

$countintrequired
Number of topics.

Return

int Number of topics.

Source

function default_topic_count_text( $count ) {
	return $count;
}

Changelog

Version Description
3.9.0 This function has been deprecated.
2.7.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/default_topic_count_text