Remove title attribute from tag cloud widget [duplicate]
Why did you think that code would work? There is no hook named wp_widget_tag_cloud that I can find, and there is no hook specifically meant for altering that attribute. But you can pass a topic_count_text_callback to wp_tag_cloud, which is what generates the tag cloud for the widget, and there is a hook that allows you … Read more