1
2
function change_howdy( $wp_admin_bar ) {
$grabHowdy=$wp_admin_bar->get_node('my-account');
This handy snippet replaces the default "Howdy" which welcomes users when they're logged into the admin. You may wish to change this to a more professional, welcoming message for certain clients perhaps.
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.