Add Custom Admin Footer Text
Customizes the admin footer text
PHP
function custom_admin_footer() {
echo 'Powered by <a href="https://wordpress.org">WordPress</a> | Developed by Your Name';
}
add_filter('admin_footer_text', 'custom_admin_footer');
Snippet Feedback
Did this snippet work for you? Do you have any questions about this snippet? Leave some feedback below.
SHARED BY