<?php // functions.php
//* Remove all Titles of All Widgets forever bye bye
add_filter('widget_title', __NAMESPACE__ . '\\remove_widget_title');
function remove_widget_title() {
return;
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.