In the footer of WordPress admin area shows the message ‘Thank you for creating with WordPress’. We can change it to anything you want by adding this code
function remove_footer_admin_message () {
echo 'Edit by <a href="http://www.wordpress.org" target="_blank">WordPress</a> | WordPress WPEKART: <a href="https://www.wptrinity.com" target="_blank"> WPEKART </a></p>';
}
add_filter('admin_footer_text', 'remove_footer_admin_message');
Change the text and links that you want to add. Here is how it looks on our test site.
