Remove Tag cloud title
-
Hey!
I’m running into some trouble with removing the title from a tag cloud I have placed with Elementor. I have pasted this into functions.php but nothing really happens.function wp_tag_cloud_remove_title_attributes($return) { // This function uses single quotes $return = preg_replace("<code>title='(.+)'</code>", "", $return); return $return; } add_filter('wp_tag_cloud', 'wp_tag_cloud_remove_title_attributes');
Is there anything I’m missing?
I have a cloud tag widget placed from elementor. This is what I’m trying to remove:
Thanks in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove Tag cloud title’ is closed to new replies.