You're here: Home » WordPress » Modify Footer Text in Dashboard

Modify Footer Text in Dashboard

On Aug 26, 2011 under WordPress

Changing the footer text in WordPress Dashboard page is useful when building company websites for clients as they like to have everything on a page related to their company. It gives a professional touch to the admin section. Why to think too much…Just for fun you can try implementing this code.

Paste the below code in your theme’s functions.php file. Save changes.

function modify_footer_admin () {
    echo "Enter your text here";
}
add_filter('admin_footer_text', 'modify_footer_admin');

Comments on this entry (no comments)

Did you like this post? You can share your opinion with us! Simply click here.

Leave a Reply

CommentLuv badge