Mika MAtikainen

Apr 15, 2020 · 4 min read

How to Customize the Admin footer text in WordPress?

function wps_custom_admin_footer() {
echo 'Theme developed by Awesome People';
}
add_filter('admin_footer_text', 'wps_custom_admin_footer');

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!

Share This