Apr 15, 2020 · 4 min read
function wps_custom_admin_footer() {
echo 'Theme developed by Awesome People';
}
add_filter('admin_footer_text', 'wps_custom_admin_footer');
Copyright © 2025 by WP CODE SNIPPETS
Join our mailing list to receive the latest news and updates from our team.