Tagged Questions
2
votes
1answer
150 views
Change tooltip in tag cloud
How to change tag tooltip to tag Description?
I tried and my code is mentioned below.
function title_text( $description ) {
return sprintf( _n('%s topic', '%s', $description), $description );
}
...