关注迷你日志公众号

修改后台页脚版权信息

Function代码

//页脚版权,by minirizhi.com
function minirizhi_admin_footer_text($text) {
       $text = '<span id="footer-thankyou">感谢使用</span>';
    return $text;
}
add_filter('admin_footer_text', 'minirizhi_admin_footer_text');
文章目录
扫码了解详情