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.