Thursday, November 28, 2013

Change the Footer in WordPress Admin Panel

You can change the footer of your Free or Custom WordPress themes by adding the necessary links. Simply paste the following code:


function remove_footer_admin () WordPress Tutorials: <a href=”http://www.wpbeginner.com” target=”_blank”>WPBeginner</a></p>’;


add_filter(‘admin_footer_text’, ‘remove_footer_admin’);



Change the Footer in WordPress Admin Panel

No comments:

Post a Comment

Please mention your comments.......