在用户主题的functions.php中插入以下代码:

function remove_footer_admin () {
    echo "Your own text";
}
 
add_filter('admin_footer_text', 'remove_footer_admin');

 

相关文章:

  • 2021-12-26
  • 2021-05-21
  • 2021-06-02
  • 2021-09-01
  • 2021-10-26
  • 2022-12-23
  • 2022-02-20
  • 2021-07-23
猜你喜欢
  • 2021-08-18
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-07-14
  • 2021-11-28
  • 2021-10-20
相关资源
相似解决方案