wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



default_topic_count_text › WordPress Function

Seit2.7.0
Veraltet3.9.0
default_topic_count_text ( $count )
Zugriff:
  • private
Parameter:
  • (int) $count Number of topics.
    Erforderlich: Ja
Gibt zurück:
  • (int) Number of topics.
Definiert in:
Codex:

Old callback for tag link tooltips.



Quellcode

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