In this short blog post, we’ll show you a PHP function to change the footer in WordPress Admin Dashboard.
PHP function to change the footer in WordPress Admin Dashboard
<?php
/*--------------------------------------------------------------
CHANGE FOOTER ADMIN
--------------------------------------------------------------*/
function btwp_change_footer_admin () {
echo 'Theme developed by <a href="https://github.com/theandersonn" target="_blank">theandersonn</a>. Powered by <a href="http://www.wordpress.org" target="_blank">WordPress</a>';
}
add_filter('admin_footer_text', 'btwp_change_footer_admin');
?>
Tags: footer, admin, wp, wordpress, dashboard, change footer, change_footer_admin(), add_filter, admin_footer_text
RELATED WEBSITES AND SERVICES
These are paid advertisements or products and services ran by ourselves
Privacy preserving, cookieless website visitor tracking for your website completely free. unrive.io
Choose from over 100 quick & easy to use SEO, webmaster and developer tools. seoyex.com
Lorum Ipsum Generator, List Randomiser Tool, List Alphabetizer Tools, Case Converter Tools. seoyex.com
CSS Minifier, JS Minifier, HTML Formatter, CSS Formatter, JS Obfuscator Tools. unrivewebtools.com