自定义管理页脚文本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自定义管理页脚文本相关的知识,希望对你有一定的参考价值。

Add your own text and/or link to the admin footer area. Don\'t forget to leave in some credit for WordPress and other helpful links.
  1. // Customize Admin Footer
  2. function custom_admin_footer () {
  3. echo 'Themes by <a href="http://yoursite.com/">Your Name</a> ';
  4. echo 'powered by <a href="http://wordpress.org/">WordPress</a>. | ';
  5. echo '<a href="http://codex.wordpress.org/">Documentation</a> | ';
  6. echo '<a href="http://wordpress.org/support/forum/4">Feedback</a> | ';
  7. }
  8. add_filter('admin_footer_text', 'custom_admin_footer');

以上是关于自定义管理页脚文本的主要内容,如果未能解决你的问题,请参考以下文章

PHP Wordpress:自定义管理页脚文本

自定义管理员页脚文本

如何在 UItableview 的末尾显示带有自定义文本的页脚视图

php 自定义管理页脚wordpress

PHP Wordpress自定义管理页脚

自定义Wordpress管理页脚