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

Posted

tags:

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

/**
 * Customize Admin Footer Text
 * http://digwp.com/2010/04/wordpress-custom-functions-php-template-part-2/
 *
 **/
function myfunction_custom_admin_footer() {
	echo '<a href="http://yourdomain.com/">Theme by You</a>';
} 
add_filter('admin_footer_text', 'myfunction_custom_admin_footer');

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

PHP Wordpress自定义管理页脚

自定义管理员页脚文本

PHP 自定义管理页脚文本

PHP 在WordPress管理面板中更改页脚文本

如何为wordpress主题添加自定义页眉和页脚

自定义Wordpress管理页脚