Categories
Technology wordpress

How to change the footer in your wordpress admin panel

Please copy and paste this code in your theme function.php file ā€“

function remove_footer_admin () {
echo ā€˜Fueled by WordPress | Designed by XYZ | WordPress Tutorials: WPBeginner
ā€˜; }

How to change the footer in your wordpress admin panel

April 16, 2021
Technology ,wordpress
Admin

Learn step-by-step how to customize your WordPress admin panel footer with our expert guide. Enhance your website’s branding effortlessly.

Please copy and paste this code in your theme function.php file ā€“

function remove_footer_admin () {
echo ā€˜Fueled by <a href=ā€http://www.wordpress.orgā€ target=ā€_blankā€>WordPress</a> | Designed by <a href=ā€#ā€ target=ā€_blankā€>XYZ</a> | WordPress Tutorials: <a href=ā€http://www.wpbeginner.comā€ target=ā€_blankā€>WPBeginner</a>
ā€˜; }

add_filter(ā€˜admin_footer_textā€™, ā€˜remove_footer_adminā€™);

Enjoy,Ā get info here.
cheers -:)This entry was posted inĀ UncategorizedĀ onĀ February 5, 2015Ā byĀ Rndexperts.

Leave a Reply

Your email address will not be published. Required fields are marked *