Change “Howdy” to Another Greeting

If “Howdy” just ain’t your thing, use this to change it to something more your style.

add_filter('admin_user_info_links', 'change_howdy');
function change_howdy($links) {
	$links[5] = str_replace('Howdy', 'Greetings', $links[5]);
	return $links;
}

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>