/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php add_filter('admin_user_info_links','not_howdy'); function not_howdy($links) { $greeting = 'Yo'; return $links; } ?>
URL: http://trepmal.com/wordpress-tips/change-howdy-to-somthing-else/