In the last post we told you on How to add our own logo to dashboard, this trick is related to that one , based on the same senerio that if you want to brand your website’s dashboard according to you.
This trick is quit easy just copy the below code and paste it in functions.php :
function remove_footer_admin () { echo "Your Footer Text"; } add_filter('admin_footer_text', 'remove_footer_admin');
In the above code replace Your Footer Text with your Code or Text