php 使用genesis_footer_creds_text过滤器更改Genesis中的页脚文本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 使用genesis_footer_creds_text过滤器更改Genesis中的页脚文本相关的知识,希望对你有一定的参考价值。

//* Similar to Sridhar's code, but $creds section is easier for me to understand

//* Change the footer text
add_filter('genesis_footer_creds_text', 'sp_footer_creds_filter');
function sp_footer_creds_filter( $creds ) {
$creds = '[footer_copyright] &middot; <a href="http://mydomain.com">My Custom Link</a> &middot; Built on the <a href="http://www.studiopress.com/themes/genesis" title="Genesis Framework">Genesis Framework</a>';
return $creds;
}

以上是关于php 使用genesis_footer_creds_text过滤器更改Genesis中的页脚文本的主要内容,如果未能解决你的问题,请参考以下文章

使用 zend 读取 php.ini 进行 PHP 扩展(不是 PHP 语言)

php PHP - 使用AJAX调用php类函数

如何使用包含的 php 文件中的 php 变量

mac使用php-version切换PHP版本

如何使用php将php代码写入文件

PHP php-log - 使用PHP处理日志文件