如何更改仪表板页脚文本| Wordpress
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何更改仪表板页脚文本| Wordpress相关的知识,希望对你有一定的参考价值。
Place snippet in functions.php
function remove_footer_admin () { echo "Your own text"; } add_filter('admin_footer_text', 'remove_footer_admin');
以上是关于如何更改仪表板页脚文本| Wordpress的主要内容,如果未能解决你的问题,请参考以下文章